You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/22 03:45:45 UTC

svn commit: r521091 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml

Author: crossley
Date: Wed Mar 21 19:45:45 2007
New Revision: 521091

URL: http://svn.apache.org/viewvc?view=rev&rev=521091
Log:
Fix incorrect "type" of plugin.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml?view=diff&rev=521091&r1=521090&r2=521091
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml Wed Mar 21 19:45:45 2007
@@ -19,7 +19,7 @@
 
   <property name="plugin-name" value="org.apache.forrest.plugin.output.Chart"/>
   <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="Charting plugin that utilises JChart."/>
   <property name="author" value="Apache Forrest Project"/>