Author: hibou
Date: Wed Jul 1 09:10:42 2009
New Revision: 790081
URL: http://svn.apache.org/viewvc?rev=790081&view=rev
Log:
Regeneration of the website
Modified:
ant/ivy/site/target/ivyde/history/trunk/dev/release.html
Modified: ant/ivy/site/target/ivyde/history/trunk/dev/release.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/dev/release.html?rev=790081&r1=790080&r2=790081&view=diff
==============================================================================
--- ant/ivy/site/target/ivyde/history/trunk/dev/release.html (original)
+++ ant/ivy/site/target/ivyde/history/trunk/dev/release.html Wed Jul 1
09:10:42 2009
@@ -127,14 +127,6 @@
Make sure you have a proper working copy with a <tt>svn status</tt>. You
should have no modification.<br class="xooki-br"/><br class="xooki-br"/>Then
launch the build:
<pre>ant /release clean dist -DbaseLocation=/home/me/...../eclipse/</pre>
-Package the sources:
-<pre>
-cd work<br class="xooki-br"/>mkdir sources<br class="xooki-br"/>cd sources<br
class="xooki-br"/>svn export <a
href="https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/$VERSION">https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/$VERSION</a><br
class="xooki-br"/>cd $VERSION<br class="xooki-br"/>zip -r
../../../dist/apache-ivyde-sources-$VERSION.zip *<br class="xooki-br"/>tar cvzf
../../../dist/apache-ivyde-sources-$VERSION.tgz *
-</pre>
-
-Generate the checksums:
-<pre>ant checksum</pre>
-
And sign the artifacts:
<pre>./signArtifacts.sh</pre>