Author: rgardler
Date: Wed Oct 19 13:51:07 2005
New Revision: 326704

URL: http://svn.apache.org/viewcvs?rev=326704&view=rev
Log:
Deployment plugins descriptor file plugins.xml (deployed by 
'deploy-plugins.xml' target of plugin build script)

Modified:
    forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: 
http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?rev=326704&r1=326703&r2=326704&view=diff
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Wed Oct 19 13:51:07 2005
@@ -126,13 +126,13 @@
   <plugin name="org.apache.forrest.plugin.input.projectInfo"
         type="input"
         author="Apache Forrest Project"
-        
website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.projectInfo";
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo";
         url="http://forrest.apache.org/plugins/";
-        version="0.1">
+        version="0.2">
     <description>
       Generates project info such as changelog and todo list. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.simplifiedDocbook"