Author: dan.j.allen
Date: 2009-06-12 19:37:01 -0400 (Fri, 12 Jun 2009)
New Revision: 11150
Modified:
branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml
Log:
remove unnecessary move command
Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml
===================================================================
--- branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:36:45 UTC (rev
11149)
+++ branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:37:01 UTC (rev
11150)
@@ -36,7 +36,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">
Show replies by date