Author: rgardler Date: Sat Jan 29 06:00:32 2005 New Revision: 149043 URL: http://svn.apache.org/viewcvs?view=rev&rev=149043 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=149043&p1=forrest/site/plugins/plugins.xml&r1=149042&p2=forrest/site/plugins/plugins.xml&r2=149043 ============================================================================== --- forrest/site/plugins/plugins.xml (original) +++ forrest/site/plugins/plugins.xml Sat Jan 29 06:00:32 2005 @@ -35,6 +35,18 @@ <!-- Input Plugins --> <!-- ================================================================== --> + <plugin name="org.apache.forrest.plugin.excel" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org" + url="http://forrest.apache.org/plugins" + version="0.1-dev"> + <description> + Embed Microsoft Excel tables in a Forrest site. + </description> + <forrestVersion>0.7</forrestVersion> + </plugin> + <plugin name="org.apache.forrest.plugin.feeder" type="input" author="Ross Gardler"
