You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/10 02:05:15 UTC

svn commit: r189862 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml /forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml /forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml

Author: rgardler
Date: Thu Jun  9 17:05:15 2005
New Revision: 189862

URL: http://svn.apache.org/viewcvs?rev=189862&view=rev
Log:
add the properties needed for plugin build files (part of FOR-528)

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml?rev=189862&r1=189861&r2=189862&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml Thu Jun  9 17:05:15 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.dtdx"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Use the NekoDTD tool packaged as a Cocoon Generator to automatically generate some hyperlinked DTD reference documentation."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.dtdx"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml?rev=189862&r1=189861&r2=189862&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml Thu Jun  9 17:05:15 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.excel"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.3-dev"/>
+  <property name="description" value="Reads (simple) Excel sheets from the Excel 'Save As' (Type=XML)."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.excel/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml?rev=189862&r1=189861&r2=189862&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/build.xml Thu Jun  9 17:05:15 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.feeder"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Embed syndicated content in a Forrest site."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.feeder/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>