You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2009/10/28 09:28:13 UTC

svn commit: r830461 - /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Author: sjur
Date: Wed Oct 28 08:28:13 2009
New Revision: 830461

URL: http://svn.apache.org/viewvc?rev=830461&view=rev
Log:
Support for the iCal plugin. OOo plugin in a more logical place.

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

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=830461&r1=830460&r2=830461&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Wed Oct 28 08:28:13 2009
@@ -313,7 +313,33 @@
     </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> 
+
+  <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="org.apache.forrest.themes.core"
         type="output"
         author="Apache Forrest Project"
@@ -337,18 +363,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                                                   -->
 <!-- ================================================================== -->