Author: crossley
Date: Mon Jun  7 08:30:25 2010
New Revision: 952139

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

Modified:
    forrest/site/plugins/whiteboard-plugins.xml

Modified: forrest/site/plugins/whiteboard-plugins.xml
URL: 
http://svn.apache.org/viewvc/forrest/site/plugins/whiteboard-plugins.xml?rev=952139&r1=952138&r2=952139&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Mon Jun  7 08:30:25 2010
@@ -313,19 +313,33 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin> 
-  
-  <plugin name="org.apache.forrest.themes.core"
+
+  <plugin name="org.apache.forrest.plugin.output.OOo"
         type="output"
-        author="Apache Forrest Project"
-        
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core";
+        author="Apache Forrest"
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.OOo/";
         url="http://forrest.apache.org/plugins/";
         version="0.1">
     <description>
-      The core theme package for the dispatcher.
+      Creates OpenOffice 2.4+ .odt output from forrest xdoc.
     </description>
-    <forrestVersion>0.8</forrestVersion>
-  </plugin>
-  
+    <forrestVersion>0.9</forrestVersion>
+  </plugin> 
+
+  <plugin name="org.apache.forrest.plugin.output.iCal"
+        type="output"
+        author="Apache Forrest"
+        
website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.iCal/";
+        url="http://forrest.apache.org/plugins/";
+        version="0.1">
+    <description>
+      Creates iCal .ics files from forrest xdoc.
+    </description>
+    <forrestVersion>0.9</forrestVersion>
+  </plugin> 
+<!-- ================================================================== -->
+<!-- Theme Plugins                                                      -->
+<!-- ================================================================== -->
   <plugin name="uk.ac.osswatch.forrest.themes"
         type="output"
         author="OSS Watch"
@@ -337,18 +351,6 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
-
-  <plugin name="org.apache.forrest.plugin.output.OOo"
-        type="output"
-        author="Apache Forrest"
-        
website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.OOo/";
-        url="http://forrest.apache.org/plugins/";
-        version="0.1">
-    <description>
-      Creates OpenOffice 2.4+ .odt output from forrest xdoc.
-    </description>
-    <forrestVersion>0.9</forrestVersion>
-  </plugin> 
 <!-- ================================================================== -->
 <!-- Internal Plugins                                                   -->
 <!-- ================================================================== -->


Reply via email to