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:18:08 UTC

svn commit: r189927 - in /forrest/trunk/whiteboard/plugins: ./ org.apache.forrest.plugin.Chart/ org.apache.forrest.plugin.Database/ org.apache.forrest.plugin.OpenOffice.org-output/ org.apache.forrest.plugin.input.Daisy/ org.apache.forrest.plugin.input.logs/ org.apache.forrest.plugin.internal.view/ org.apache.forrest.plugin.output.htmlArea/ org.apache.forrest.plugin.output.viewHelper.xhtml/

Author: rgardler
Date: Fri Jun 10 02:18:06 2005
New Revision: 189927

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

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Chart/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/build.xml
    forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Chart/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Chart/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Chart/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Chart/build.xml Fri Jun 10 02:18:06 2005
@@ -17,6 +17,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.Chart"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="Charting plugin that utilises JChart."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.Chart/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml Fri Jun 10 02:18:06 2005
@@ -17,6 +17,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.Database"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="Read content from a relational database."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.Database/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml Fri Jun 10 02:18:06 2005
@@ -17,6 +17,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.OpenOffice.org-output"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="output"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="Render Open Office documents."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.OpenOffice.org-output/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml Fri Jun 10 02:18:06 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.Daisy"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="Allow content to be included from a Daisy CMS repository."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Daisy/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml Fri Jun 10 02:18:06 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.intput.logs"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="Embed log file output in Forrest sites. If Forrest is running in adynamic environment, then pages can be updated to show recent changes in the log whenever required."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.logs/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml Fri Jun 10 02:18:06 2005
@@ -18,6 +18,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.htmlArea"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="output"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="WYSIWYG editing of HTML documents (requires Forrest to be running dynamically). "/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.htmlArea/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/build.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/build.xml Fri Jun 10 02:18:06 2005
@@ -17,6 +17,13 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.viewHelper.xhtml"/>
+  <property name="forrest.version" value="0.7"/>
+  <property name="type" value="output"/>
+  <property name="plugin-version" value="0.1-dev"/>
+  <property name="description" value="The XHTML representation of a view."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>
 

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=189927&r1=189926&r2=189927&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Fri Jun 10 02:18:06 2005
@@ -37,6 +37,18 @@
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->  
 
+  <plugin name="org.apache.forrest.plugin.input.Daisy"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Daisy/"
+        url="http://forrest.apache.org/plugins"
+        version="0.3-dev">
+    <description>
+      Allow content to be included from a Daisy CMS repository.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.excel"
         type="input"
         author="Apache Forrest Project"
@@ -86,7 +98,7 @@
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>
-      WYSIWYG editing (requires Forrest to be running dynamically). 
+      WYSIWYG editing of HTML documents (requires Forrest to be running dynamically). 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>