[seam-commits] Seam SVN: r10211 - branches/enterprise/JBPAPP_4_3_FP01/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 25 05:03:00 EDT 2009
Author: manaRH
Date: 2009-03-25 05:02:59 -0400 (Wed, 25 Mar 2009)
New Revision: 10211
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
Log:
JBPAPP-1770
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml 2009-03-25 05:18:03 UTC (rev 10210)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml 2009-03-25 09:02:59 UTC (rev 10211)
@@ -124,7 +124,9 @@
<copyDependencies id="pdf" pom="${pdf.pom}" todir="${lib.dir}" scope="compile" />
<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}/gen" scope="compile" />
+ <copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}/gen" 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