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 2005/04/11 04:28:31 UTC

svn commit: r160814 - forrest/site/plugins/plugins.xml

Author: crossley
Date: Sun Apr 10 19:28:29 2005
New Revision: 160814

URL: http://svn.apache.org/viewcvs?view=rev&rev=160814
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?view=diff&r1=160813&r2=160814
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Sun Apr 10 19:28:29 2005
@@ -87,6 +87,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
+  <plugin name="org.apache.forrest.plugin.OpenOffice.org"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.OpenOffice.org"
+        url="http://forrest.apache.org/plugins"
+        version="0.1-dev">
+    <description>
+      Use various OpenOffice.org document formats as input sources.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.photoGallery"
         type="input"
         author="Apache Forrest Project"