Author: maartenc
Date: Sat Apr 21 06:08:53 2012
New Revision: 1328588

URL: http://svn.apache.org/viewvc?rev=1328588&view=rev
Log:
Target to use for site generation the site is now 'generate-history'.

Modified:
    ant/ivy/core/trunk/doc/dev/makerelease.html

Modified: ant/ivy/core/trunk/doc/dev/makerelease.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/makerelease.html?rev=1328588&r1=1328587&r2=1328588&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev/makerelease.html (original)
+++ ant/ivy/core/trunk/doc/dev/makerelease.html Sat Apr 21 06:08:53 2012
@@ -204,7 +204,7 @@ And now let's generate the site and depl
 <ol>
     <li>generate the part of the site for the new version:</li>
 <code>
-ant generate-history-ivy -Dhistory.version=2.0.0-beta1
+ant generate-history -Dhistory.version=2.0.0-beta1
 </code>
 <u>WARNING:</u> that target is modifiying the toc.json in the imported branch 
so that the generated html have a proper version declared in the toc. You 
should not commit that change. Once the site has been generated, you may want 
to revert the changes so you won't commit it by mistake. (TODO: process to 
improve so we shouldn't worry).
     <li>generate the website with the new toc:</li>


Reply via email to