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:27:34 UTC

svn commit: r280446 - /forrest/site/plugins/whiteboard-plugins.xml

Author: rgardler
Date: Mon Sep 12 16:27:26 2005
New Revision: 280446

URL: http://svn.apache.org/viewcvs?rev=280446&view=rev
Log:
Deployment plugins descriptor file plugins.xml (deployed by 'deploy-plugins.xml' target of plugin build script)

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

Modified: forrest/site/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/site/plugins/whiteboard-plugins.xml?rev=280446&r1=280445&r2=280446&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Mon Sep 12 16:27:26 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -48,6 +48,20 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
+  
+  <plugin name="org.apache.forrest.plugin.input.Resume"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.f\
+orrest.plugin.input.Resume"
+        url="http://forrest.apache.org/plugins"
+        version="0.1-dev">
+    <description>
+      Basic support for Resumes, renders a single resume, or alloes sorting of 
+      a number of resumes on skill.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.logs"
         type="input"
@@ -75,6 +89,18 @@
         version="0.1-dev">
     <description>
       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.7</forrestVersion>
   </plugin>