Author: hibou
Date: Sun Jun 22 11:10:49 2008
New Revision: 670390
URL: http://svn.apache.org/viewvc?rev=670390&view=rev
Log:
Update the download documentation to take into account the Ivy packaging
Modified:
ant/ivy/site/ivyde/download.html
Modified: ant/ivy/site/ivyde/download.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/download.html?rev=670390&r1=670389&r2=670390&view=diff
==============================================================================
--- ant/ivy/site/ivyde/download.html (original)
+++ ant/ivy/site/ivyde/download.html Sun Jun 22 11:10:49 2008
@@ -78,11 +78,13 @@
This distribution contains every binaries ready to be installed in your
Eclipse installation.
-Download <a
href="[preferred]/ant/ivy/ivyde/2.0.0.alpha1/org.apache.ivyde.feature-2.0.0.alpha1.zip">org.apache.ivyde.feature-2.0.0.alpha1.zip</a>
+Download the Ivy plugins <a
href="[preferred]/ant/ivy/ivyde/2.0.0.alpha1/org.apache.ivy.feature-2.0.0.beta.zip">org.apache.ivy.feature-2.0.0.beta2.zip</a>
+Download the IvyDE plugins: <a
href="[preferred]/ant/ivy/ivyde/2.0.0.alpha1/org.apache.ivyde.feature-2.0.0.alpha1.zip">org.apache.ivyde.feature-2.0.0.alpha1.zip</a>
You can then install it with:
<code>
cd $ECLIPSE_HOME
+unzip org.apache.ivy.feature-2.0.0.beta2.zip
unzip org.apache.ivyde.feature-2.0.0.alpha1.zip
</code>