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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 16 15:26:06 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-16 15:26:06 -0400 (Fri, 16 May 2008)
New Revision: 8214

Modified:
   trunk/build/common.build.xml
Log:
pass property across

Modified: trunk/build/common.build.xml
===================================================================
--- trunk/build/common.build.xml	2008-05-16 19:22:43 UTC (rev 8213)
+++ trunk/build/common.build.xml	2008-05-16 19:26:06 UTC (rev 8214)
@@ -205,9 +205,10 @@
 					<propertyref name="ioc.pom" />
 					<propertyref name="mail.pom" />
 					<propertyref name="debug.pom" />
-                    <propertyref name="jbas5.pom" />
-           			<propertyref name="wicket.pom" />
+               <propertyref name="jbas5.pom" />
+           		<propertyref name="wicket.pom" />
 					<propertyref name="testng.jvmargs"/>
+           		<propertyref name="maven.settings.xml" />
 				</propertyset>
            	</ant>
        		<pomfile name="example.pom" value="@{path}/pom.xml" />




More information about the seam-commits mailing list