[seam-commits] Seam SVN: r9675 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Nov 29 12:12:07 EST 2008


Author: dan.j.allen
Date: 2008-11-29 12:12:07 -0500 (Sat, 29 Nov 2008)
New Revision: 9675

Modified:
   trunk/build/ci.build.xml
Log:
pass ant.version in a couple more places


Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-11-28 07:44:23 UTC (rev 9674)
+++ trunk/build/ci.build.xml	2008-11-29 17:12:07 UTC (rev 9675)
@@ -48,12 +48,21 @@
 		<build target="dist" />
 		
 		<ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
 			<property name="qualifier" value="-SNAPSHOT" />
 		</ant>
 		<ant target="deployExamplesSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
 			<property name="qualifier" value="-SNAPSHOT" />
 		</ant>
 		<ant target="tests" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
 			<property name="qualifier" value="-SNAPSHOT" />
 		</ant>
 	</target>
@@ -63,10 +72,16 @@
 		<build target="dist" />
       
       <ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
-         <property name="qualifier" value="-SNAPSHOT" />
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
+			<property name="qualifier" value="-SNAPSHOT" />
       </ant>
 		<ant target="deployExamplesSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
-         <property name="qualifier" value="-SNAPSHOT" />
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
+			<property name="qualifier" value="-SNAPSHOT" />
       </ant>
    </target>
 	
@@ -78,7 +93,10 @@
          </properties>
       </build>
 		<ant target="deployDocumentation" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
-         <property name="qualifier" value="-SNAPSHOT" />
+			<propertyset>
+				<propertyref name="ant.version"/>
+			</propertyset>
+			<property name="qualifier" value="-SNAPSHOT" />
       </ant>
 	</target>
 	
@@ -110,7 +128,7 @@
 				<property name="dist.location" value="${dist.location}" />
 				<property name="qualifier" value="-SNAPSHOT" />
 				<property name="quietclean" value="true" />
-            <property name="testng.jvmargs" value="@{testngjvmargs}" />
+            	<property name="testng.jvmargs" value="@{testngjvmargs}" />
 				<property name="maven.settings.xml" value="${maven.settings.xml}" />
 				<properties />
 			</ant>




More information about the seam-commits mailing list