[seam-commits] Seam SVN: r9392 - trunk/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 23 10:28:08 EDT 2008
Author: dan.j.allen
Date: 2008-10-23 10:28:08 -0400 (Thu, 23 Oct 2008)
New Revision: 9392
Modified:
trunk/seam-gen/build.xml
Log:
enable project filter when copying build*properties files
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-10-23 14:26:24 UTC (rev 9391)
+++ trunk/seam-gen/build.xml 2008-10-23 14:28:08 UTC (rev 9392)
@@ -871,6 +871,7 @@
<fileset dir="${templates.dir}/build-scripts">
<include name="build*.properties"/>
</fileset>
+ <filterset refid="project"/>
</copy>
<mkdir dir="${project.home}/src/${model.dir}"/>
More information about the seam-commits
mailing list