[seam-commits] Seam SVN: r9665 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Nov 26 12:18:04 EST 2008
Author: dan.j.allen
Date: 2008-11-26 12:18:04 -0500 (Wed, 26 Nov 2008)
New Revision: 9665
Modified:
trunk/build/ci.build.xml
Log:
oops, Ant does not reset its own properties when inheritAll="false"
Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml 2008-11-26 17:13:35 UTC (rev 9664)
+++ trunk/build/ci.build.xml 2008-11-26 17:18:04 UTC (rev 9665)
@@ -104,6 +104,9 @@
<element name="properties" optional="true" />
<sequential>
<ant antfile="${seam.dir}/build.xml" target="@{target}" inheritall="false" inheritrefs="false" dir="../">
+ <propertyset>
+ <propertyref name="ant.version"/>
+ </propertyset>
<property name="dist.location" value="${dist.location}" />
<property name="qualifier" value="-SNAPSHOT" />
<property name="quietclean" value="true" />
More information about the seam-commits
mailing list