Author: manaRH
Date: 2009-06-12 04:33:15 -0400 (Fri, 12 Jun 2009)
New Revision: 11135
Modified:
branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml
Log:
removed renaming mvel.jar to mvel14.jar
Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 04:06:41 UTC (rev
11134)
+++ branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 08:33:15 UTC (rev
11135)
@@ -35,7 +35,6 @@
<target name="inflate-core" depends="load-ivy">
<ivy:retrieve pattern="${lib.dir}/[artifact].[ext]" type="jar"
sync="${ivy.sync}" symlink="${ivy.use.symlinks}"
conf="default"/>
- <move file="${lib.dir}/mvel.jar" tofile="${lib.dir}/mvel14.jar"
failonerror="false"/>
</target>
<target name="inflate-source" depends="load-ivy">