[seam-commits] Seam SVN: r10323 - trunk/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Apr 6 22:44:37 EDT 2009
Author: dan.j.allen
Date: 2009-04-06 22:44:37 -0400 (Mon, 06 Apr 2009)
New Revision: 10323
Modified:
trunk/seam-gen/build.xml
Log:
change antcall to ant so that properties are cleared
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2009-04-07 02:29:03 UTC (rev 10322)
+++ trunk/seam-gen/build.xml 2009-04-07 02:44:37 UTC (rev 10323)
@@ -611,7 +611,8 @@
</fileset>
</copy>
- <antcall target="settings"/>
+ <!-- Invoke Ant file again so that properties are reset -->
+ <ant antfile="${ant.file}" target="settings" inheritAll="false"/>
<echo/>
<echo message="Type '${seam.cmd} create-project' to create the new project"/>
</target>
More information about the seam-commits
mailing list