[seam-commits] Seam SVN: r8845 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 29 04:43:11 EDT 2008


Author: manaRH
Date: 2008-08-29 04:43:10 -0400 (Fri, 29 Aug 2008)
New Revision: 8845

Modified:
   branches/Seam_2_0_FP/build/common.build.xml
Log:
JBPAPP-1110 - workaround for not available ant 1.7.x

Modified: branches/Seam_2_0_FP/build/common.build.xml
===================================================================
--- branches/Seam_2_0_FP/build/common.build.xml	2008-08-28 22:03:50 UTC (rev 8844)
+++ branches/Seam_2_0_FP/build/common.build.xml	2008-08-29 08:43:10 UTC (rev 8845)
@@ -125,6 +125,8 @@
 		<copyDependencies id="remoting" pom="${remoting.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="ui" pom="${ui.pom}" todir="${lib.dir}" scope="compile" />
 	    <copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}" scope="compile" />
+		<!-- globmapper doesn't work with ant 1.6.5-->
+		<move file="${lib.dir}/mvel.jar" tofile="${lib.dir}/mvel14.jar"/>
 		<property name="copyseamdependenciesdone" value="true" />
 	</target>
 




More information about the seam-commits mailing list