You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/08/09 11:04:26 UTC

svn commit: r430006 - /forrest/site/plugins/plugins.xml

Author: thorsten
Date: Wed Aug  9 02:04:26 2006
New Revision: 430006

URL: http://svn.apache.org/viewvc?rev=430006&view=rev
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/viewvc/forrest/site/plugins/plugins.xml?rev=430006&r1=430005&r2=430006&view=diff
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Wed Aug  9 02:04:26 2006
@@ -163,6 +163,18 @@
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
 
+  <plugin name="org.apache.forrest.plugin.output.inputModule"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.inputModule"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      Enable Forrest to produce properties from an input-module. 
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+  
   <plugin name="org.apache.forrest.plugin.output.pdf"
         type="output"
         author="Apache Forrest Project"