You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/03/05 08:45:08 UTC

svn commit: r383293 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml

Author: crossley
Date: Sat Mar  4 23:45:07 2006
New Revision: 383293

URL: http://svn.apache.org/viewcvs?rev=383293&view=rev
Log:
Refer to each plugin's build.xml to increment the version numbers etc.
Keep entries in plugins.xml manually sychronised until FOR-533 is fixed.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?rev=383293&r1=383292&r2=383293&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml Sat Mar  4 23:45:07 2006
@@ -344,8 +344,14 @@
           The files plugins/plugins.xml and whiteboard/plugins/plugins.xml are
           the "Plugins Descriptor" files. Each plugin is described with its
           name, purpose, location, and version information. These descriptors
-          are deployed to the forrest website so that your application can
-          manage its plugins.
+          are deployed to the forrest website.
+        </p>
+        <p>
+          Each plugin has a build.xml file which defines its version information.
+          Please keep that synchronised with the plugins.xml files.
+          Later
+          <a href="http://issues.apache.org/jira/browse/FOR-533">FOR-533</a>
+           will generate this from the various build.xml files.
         </p>
         <p>
           The Apache Forrest committers manage these files in SVN and publish
@@ -360,7 +366,7 @@
         <ul>
            <li>Review the docs and ensure any version numbers in text are "0.7"</li>
            <li>Edit the skinconf.xml to ensure that all version numbers are "0.7", e.g. the MOTD.</li>
-           <li>Edit the plugins descriptor to ensure that the "forrestVersion" is 0.7 and that the "version" is appropriate. </li>
+           <li>Edit the plugin's descriptors to ensure that the "forrestVersion" is 0.7 and that the "version" is appropriate. </li>
            <li>Ensure that the "website" parameter includes "pluginDocs/plugins_0_70"</li>
            <li>Edit status.xml to set the release date. Ensure that the changes notes are complete.</li>
         </ul>
@@ -373,7 +379,7 @@
              "0.8"</li>
            <li>Edit the skinconf.xml to ensure that all version numbers are
              "0.8-dev", e.g. the MOTD.</li>
-           <li>Edit the plugins descriptor to ensure that the "forrestVersion" is
+           <li>Edit the plugin's descriptors to ensure that the "forrestVersion" is
              0.8 and that the "version" is incremented. </li>
            <li>Ensure that the "website" parameter includes "pluginDocs/plugins_0_80"</li>
            <li>Edit status.xml to add a new section and set the release date.