Author: thorsten
Date: Sun Jan 29 16:30:22 2006
New Revision: 373406
URL: http://svn.apache.org/viewcvs?rev=373406&view=rev
Log:
Deployment plugins descriptor file plugins.xml (deployed by
'deploy-plugins.xml' target of plugin build script)
Modified:
forrest/site/plugins/whiteboard-plugins.xml
Modified: forrest/site/plugins/whiteboard-plugins.xml
URL:
http://svn.apache.org/viewcvs/forrest/site/plugins/whiteboard-plugins.xml?rev=373406&r1=373405&r2=373406&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Sun Jan 29 16:30:22 2006
@@ -81,6 +81,18 @@
<!-- Output Plugins -->
<!-- ================================================================== -->
+ <plugin name="org.apache.forrest.plugin.output.Anakia"
+ type="output"
+ author="Apache Forrest Project"
+
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/"
+ url="http://forrest.apache.org/plugins"
+ version="0.1">
+ <description>
+ Produce output in Anakia "xdoc" format.
+ </description>
+ <forrestVersion>0.8</forrestVersion>
+ </plugin>
+
<plugin name="org.apache.forrest.plugin.output.Chart"
type="output"
author="Apache Forrest Project"
@@ -134,6 +146,22 @@
<!-- Internal Plugins -->
<!-- ================================================================== -->
+ <plugin name="org.apache.forrest.plugin.internal.IMSManifest"
+ type="internal"
+ author="Apache Forrest Project"
+
website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest"
+ url="http://forrest.apache.org/plugins/"
+ version="0.1">
+
+ <description>
+ Use an IMS Manifest file to manage site structure. Generates site.xml and
+ tabs.xml from an imsmanifest.xml file when one is available.
+
+ Also enables content in one Content Package to be embedded in another.
+ </description>
+ <forrestVersion>0.7</forrestVersion>
+ </plugin>
+
<plugin name="org.apache.forrest.plugin.internal.NoteTaking"
type="internal"
author="Apache Forrest Project"