Author: rgardler
Date: Tue Mar 15 03:03:50 2005
New Revision: 157535
URL: http://svn.apache.org/viewcvs?view=rev&rev=157535
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=157534&r2=157535
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Tue Mar 15 03:03:50 2005
@@ -173,6 +173,19 @@
</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"
|