Author: crossley Date: Mon Jan 10 02:06:29 2011 New Revision: 1057073 URL: http://svn.apache.org/viewvc?rev=1057073&view=rev Log: Link to "How to Build a Plugin" section "release".
Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml forrest/trunk/site-author/content/xdocs/site.xml Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=1057073&r1=1057072&r2=1057073&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original) +++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Mon Jan 10 02:06:29 2011 @@ -386,17 +386,17 @@ <p> If a plugin has a locationmap.xml file or uses "lm:" references in its *.xmap, then it is using locationmap. See - <a href="site:buildPlugin">buildPlugin</a>. + <a href="site:buildPlugin">How to Build a Plugin</a>. </p></li> <li> Ensure that plugins descriptors in both core and whiteboard are up-to-date. </li> <li><p> Ensure that all relevant plugins have been deployed to plugins/&d;/ - (see other notes at plugins/RELEASE_PROCESS.txt). + (see other notes at <a href="site:buildPlugin/release">How to Build a Plugin</a>). </p> - <fixme author="fso"> - Check and integrate plugins/RELEASE_PROCESS.txt as a new document. + <fixme author="open"> + Check and integrate the documents referenced in that howto. </fixme></li> </ol> </section> Modified: forrest/trunk/site-author/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?rev=1057073&r1=1057072&r2=1057073&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/site.xml (original) +++ forrest/trunk/site-author/content/xdocs/site.xml Mon Jan 10 02:06:29 2011 @@ -300,7 +300,9 @@ <catalogRef1 label="Using DTD Catalogs" href="site:catalog"/> </ForrestIntegrate> <ForrestExtend label="Extend Forrest" description="Extend Forrest with new functionalities"> - <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/> + <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"> + <release href="#release"/> + </buildPlugin> <skin-package label="Package new Skins" href="../skin-package.html"/> </ForrestExtend> <asf-mirror label="Download mirror" href="howto-asf-mirror.html"/>