Author: hibou
Date: Wed Oct 1 09:26:49 2008
New Revision: 700826
URL: http://svn.apache.org/viewvc?rev=700826&view=rev
Log:
Document that there is now one target for Ivy and one target for IvyDE
Modified:
ant/ivy/core/trunk/doc/dev/updatesite.html
Modified: ant/ivy/core/trunk/doc/dev/updatesite.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/updatesite.html?rev=700826&r1=700825&r2=700826&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev/updatesite.html (original)
+++ ant/ivy/core/trunk/doc/dev/updatesite.html Wed Oct 1 09:26:49 2008
@@ -65,9 +65,17 @@
The update site is optimized: the metadata of the features are aggregated into
the digest.zip, and the jar of the plugins are compressed with a better
algorithm.
To accomplish this task, just run an ant task at the root of your working copy
of the updatesite:
+<ul>
+<li>For an <u>Ivy</u> release
<pre>
-ant optimize
-</pre>
+ant optimize-ivy
+</pre></li>
+<li>
+For an <u>IvyDE</u> release
+<pre>
+ant optimize-ivyde
+</pre></li>
+</ul>
The binary files then need to be signed and their checksum computed. For the
checksums, run:
<pre>ant checksum</pre>