Author: hibou
Date: Wed Mar 28 20:23:25 2012
New Revision: 1306571
URL: http://svn.apache.org/viewvc?rev=1306571&view=rev
Log:
Document also for Ivy
Modified:
ant/ivy/updatesite/branches/p2repo-only/doc/index.html
Modified: ant/ivy/updatesite/branches/p2repo-only/doc/index.html
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/branches/p2repo-only/doc/index.html?rev=1306571&r1=1306570&r2=1306571&view=diff
==============================================================================
--- ant/ivy/updatesite/branches/p2repo-only/doc/index.html (original)
+++ ant/ivy/updatesite/branches/p2repo-only/doc/index.html Wed Mar 28 20:23:25
2012
@@ -38,7 +38,7 @@ The svn location of the updatesite build
<ul><li>For an <u>Ivy</u> release:
As you have a build jar for Ivy, just do:
<code>ant build-ivy-p2-repo -Divy.jar=...../path/to/ivy.jar</code>
-<li>
+</li><li>
For an <u>IvyDE</u> release:
The zip distribution needs to be unpacked into the updatesite directory:
<code>ant build-ivyde-p2-repo
-Divyde.zip=...../path/to/org.apache.ivyde.feature-${VERSION}.zip</code>
@@ -49,8 +49,14 @@ The folder of the generated p2 repositor
Note: from now on in the present doc, ${VERSION} references the renamed
version.
-Now the binary files need to be signed; run:
+Now the binary files need to be signed.
+<ul><li>For an <u>Ivy</u> release:<li>
+<pre>./signArtifacts.sh ivy-${VERSION}</pre>
+</li><li>
+For an <u>IvyDE</u> release:
<pre>./signArtifacts.sh ivyde-${VERSION}</pre>
+</li>
+</ul>
And finally commit your changes in <tt>dist/dev</tt> (this will put the p2
repository in the dev space of the dist repository).