You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/03 18:09:47 UTC

svn commit: r109704 - /forrest/trunk/plugins/plugins.xml

Author: rick
Date: Fri Dec  3 09:09:46 2004
New Revision: 109704

URL: http://svn.apache.org/viewcvs?view=rev&rev=109704
Log:
Added definition for the new text plugin.
Modified:
   forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&rev=109704&p1=forrest/trunk/plugins/plugins.xml&r1=109703&p2=forrest/trunk/plugins/plugins.xml&r2=109704
==============================================================================
--- forrest/trunk/plugins/plugins.xml	(original)
+++ forrest/trunk/plugins/plugins.xml	Fri Dec  3 09:09:46 2004
@@ -137,6 +137,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   
+  <plugin name="org.apache.forrest.plugin.txt-output"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.7">
+    <description>
+      Allow Forrest documents to be output in Text format. 
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+  
   <plugin name="org.apache.forrest.plugin.fbits"
         type="output"
         author="Apache Forrest Project"