Author: hibou
Date: Fri Sep 19 12:18:43 2008
New Revision: 697194

URL: http://svn.apache.org/viewvc?rev=697194&view=rev
Log:
- remove the now useless ivy feature which is now managed when updating the 
updatesite
- make the installation of the ivy bundle more configurable

Removed:
    ant/ivy/ivyde/trunk/org.apache.ivy.feature/
Modified:
    ant/ivy/ivyde/trunk/build.properties
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.properties?rev=697194&r1=697193&r2=697194&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.properties (original)
+++ ant/ivy/ivyde/trunk/build.properties Fri Sep 19 12:18:43 2008
@@ -19,3 +19,4 @@
 
 version.qualifier=beta1
 outputUpdateJars=true
+ivy.version=2.0.0-beta2

Modified: ant/ivy/ivyde/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=697194&r1=697193&r2=697194&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Fri Sep 19 12:18:43 2008
@@ -161,10 +161,10 @@
 
     <!-- due to a bug in the packaging of Ivy, some repackaging is needed 
(IVY-828,IVY-802) -->
     <target name="install-ivy">
-        <get 
src="http://apache.org/dist/ant/ivy/2.0.0-rc1/apache-ivy-2.0.0-rc1-bin.zip"; 
usetimestamp="true" dest="apache-ivy-2.0.0-rc1-bin.zip" />
+        <get 
src="http://apache.org/dist/ant/ivy/${ivy.version}/apache-ivy-${ivy.version}-bin.zip";
 usetimestamp="true" dest="apache-ivy-${ivy.version}-bin.zip" />
         <mkdir dir="work-ivy" />
-        <unzip overwrite="true" src="apache-ivy-2.0.0-rc1-bin.zip" 
dest="ivy-work" />
-        <copy file="ivy-work/apache-ivy-2.0.0-rc1/ivy-2.0.0-rc1.jar" 
tofile="${baseLocation}/plugins/org.apache.ivy_2.0.0.rc1.jar" />
+        <unzip overwrite="true" src="apache-ivy-${ivy.version}-bin.zip" 
dest="ivy-work" />
+        <copy file="ivy-work/apache-ivy-${ivy.version}/ivy-${ivy.version}.jar" 
tofile="${baseLocation}/plugins/org.apache.ivy_${ivy.version}.jar" />
         <delete dir="work-ivy" />
     </target>
 


Reply via email to