Author: hibou
Date: Mon Jul 13 11:46:10 2009
New Revision: 793558
URL: http://svn.apache.org/viewvc?rev=793558&view=rev
Log:
Add a step about fixing the build script
Modified:
ant/ivy/ivyde/trunk/doc/dev/release.html
Modified: ant/ivy/ivyde/trunk/doc/dev/release.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/dev/release.html?rev=793558&r1=793557&r2=793558&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/release.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/release.html Mon Jul 13 11:46:10 2009
@@ -194,6 +194,14 @@
In the page svn/site/ivyde/download.html change every reference of the old
version to the new one.
+<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.
+In the target <tt>init-imported-history-ivyde</tt>, add a line with:
+<code>
+<init-imported-version basepath="ivyde" version="$VERSION" />
+</code>
+
<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>).