Author: hibou
Date: Mon Jul 13 11:49:54 2009
New Revision: 793560
URL: http://svn.apache.org/viewvc?rev=793560&view=rev
Log:
update the site with the fix in the release doc
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=793560&r1=793559&r2=793560&view=diff
==============================================================================
--- ant/ivy/site/target/ivyde/history/trunk/dev/release.html (original)
+++ ant/ivy/site/target/ivyde/history/trunk/dev/release.html Mon Jul 13
11:49:54 2009
@@ -192,7 +192,14 @@
Then svn update your working copy (to retrieve the new history branch).<br
class="xooki-br"/><br class="xooki-br"/><h2>Update the download page</h2>
-In the page svn/site/ivyde/download.html change every reference of the old
version to the new one.<br class="xooki-br"/><br
class="xooki-br"/><h2>Deploy</h2>
+In the page svn/site/ivyde/download.html change every reference of the old
version to the new one.<br class="xooki-br"/><br class="xooki-br"/><h2>Update
the build script</h2>
+
+In the build script which generate the website (svn/site/build.xml), add the
fix for the history import of the new release.<br class="xooki-br"/>In the
target <tt>init-imported-history-ivyde</tt>, add a line with:
+<pre>
+<init-imported-version basepath="ivyde" version="$VERSION" />
+</pre>
+
+<h2>Deploy</h2>
Commit your changes, and proceed to the full deployment of the website
(regenerate every page as the toc changed: <tt>ant /all
generate-site-ivyde</tt>).<br class="xooki-br"/><br class="xooki-br"/><h1>Post
release tasks</h1>