Author: rgardler
Date: Sat Jan 22 12:14:36 2005
New Revision: 126045
URL: http://svn.apache.org/viewcvs?view=rev&rev=126045
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&rev=126045&p1=forrest/site/plugins/plugins.xml&r1=126044&p2=forrest/site/plugins/plugins.xml&r2=126045
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Sat Jan 22 12:14:36 2005
@@ -85,6 +85,18 @@
<forrestVersion>0.7</forrestVersion>
</plugin>
+ <plugin name="org.rblasch.forrest.plugin.pod-input"
+ type="input"
+ author="Ronald Blaschke"
+ website="http://www.rblasch.org/projects/pod-input/"
+ url="http://www.rblasch.org/projects/pod-input/org.rblasch.forrest.plugin.pod-input.zip"
+ version="0.1">
+ <description>
+ Embed Pod (Plain Old Documentation) documents in a Forrest site.
+ </description>
+ <forrestVersion>0.7</forrestVersion>
+ </plugin>
+
<plugin name="simplified-docbook"
type="input"
author="Apache Forrest Project"
|