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/03/17 06:06:11 UTC

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

Author: crossley
Date: Wed Mar 16 21:06:08 2005
New Revision: 157894

URL: http://svn.apache.org/viewcvs?view=rev&rev=157894
Log:
Add the missing entry for pod-output 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&r1=157893&r2=157894
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Wed Mar 16 21:06:08 2005
@@ -173,7 +173,20 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
+  <plugin name="org.apache.forrest.plugin.pod-output"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      Allow Forrest documents to be output in Plain Old
+      Documentation (POD) format.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.text-output"
         type="output"
         author="Apache Forrest Project"
@@ -185,7 +198,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-  
+
   <plugin name="org.apache.forrest.plugin.fbits"
         type="output"
         author="Apache Forrest Project"