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/09/13 01:29:25 UTC

svn commit: r280447 - /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Author: rgardler
Date: Mon Sep 12 16:29:18 2005
New Revision: 280447

URL: http://svn.apache.org/viewcvs?rev=280447&view=rev
Log:
add Amazon ECS plugin

Modified:
    forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=280447&r1=280446&r2=280447&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Mon Sep 12 16:29:18 2005
@@ -48,7 +48,7 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-
+  
   <plugin name="org.apache.forrest.plugin.input.Resume"
         type="input"
         author="Apache Forrest Project"
@@ -91,6 +91,18 @@
       Charting plugin that utilises JChart. 
     </description>
     <forrestVersion>0.7</forrestVersion>
+  </plugin>
+  
+  <plugin name="org.apache.forrest.plugin.input.ecs"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.ecs/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      Process responses from Amaozons E-Commerce System web services.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.output.htmlArea"