Author: xavier
Date: Wed Nov 28 03:18:06 2007
New Revision: 598959
URL: http://svn.apache.org/viewvc?rev=598959&view=rev
Log:
fix install target
Modified:
incubator/ivy/core/trunk/build.xml
Modified: incubator/ivy/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.xml?rev=598959&r1=598958&r2=598959&view=diff
==============================================================================
--- incubator/ivy/core/trunk/build.xml (original)
+++ incubator/ivy/core/trunk/build.xml Wed Nov 28 03:18:06 2007
@@ -50,9 +50,9 @@
<ivy:settings id="ivy.instance" />
</target>
- <target name="install" depends="jar" description="build Ivy and install it
in Ivy home for consecutive builds">
+ <target name="install" depends="init-ivy-home, jar" description="build Ivy
and install it in Ivy home for consecutive builds">
<property name="ivy.jar.file" value="${ivy.home}/jars/ivy.jar" />
- <copy file="${artifacts.build.dir}/${final.name}"
tofile="${ivy.jar.file}" />
+ <copy file="${artifacts.build.dir}/jars/${final.name}"
tofile="${ivy.jar.file}" />
</target>
<!-- =================================================================