You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2006/04/25 09:34:32 UTC

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

Author: cdupoirieux
Date: Tue Apr 25 00:34:32 2006
New Revision: 396804

URL: http://svn.apache.org/viewcvs?rev=396804&view=rev
Log:
FOR-871 : Add of odt description (v0.1)

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

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=396804&r1=396803&r2=396804&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Tue Apr 25 00:34:32 2006
@@ -87,6 +87,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
+  <plugin name="org.apache.forrest.plugin.input.odt"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      Use OpenDocument Writer files (*.odt) as input sources.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.Resume"
         type="input"
         author="Apache Forrest Project"