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 11:04:47 UTC

svn commit: r189926 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org /forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo /forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki /forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest /forrest/trunk/plugins/org.apache.forrest.plugin.output.POD /forrest/trunk/plugins/org.apache.forrest.plugin.output.Text /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf

Author: rgardler
Date: Fri Jun 10 02:04:45 2005
New Revision: 189926

URL: http://svn.apache.org/viewcvs?rev=189926&view=rev
Log:
add properties needed as part of FOR-528

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.OpenOffice.org"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Use various OpenOffice.org document formats as input sources."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.OpenOffice.org/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.PhotoGallery"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Create a photo Gallery by simply dropping your photos into a directory."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.PhotoGallery/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.listLocations"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Use lists of locations maintained in a simple xml format and transform them to documents."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.listLocations/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
 

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.projectInfo"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Generates project info such as changelog and todo list. "/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.projectInfo/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.wiki"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Embed various wiki documents 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.wiki/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.internal.IMSManifest/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.internal.IMSManifest"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="internal"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="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."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.IMSManifest/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.POD"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="output"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Enable Forrest documents to be output in Plain Old Documentation (POD) format."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.POD/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/build.xml Fri Jun 10 02:04:45 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.Text"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="output"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="Enable Forrest documents to be output in Text format."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.Text/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml?rev=189926&r1=189925&r2=189926&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml Fri Jun 10 02:04:45 2005
@@ -19,7 +19,7 @@
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.pdf"/>
   <property name="forrest.version" value="0.7"/>
-  <property name="type" value="input"/>
+  <property name="type" value="output"/>
   <property name="plugin-version" value="0.1"/>
   <property name="description" value="Create PDF documents from Forrest documents."/>
   <property name="author" value="Apache Forrest Project"/>