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

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

Author: thorsten
Date: Sun Jan  7 18:29:30 2007
New Revision: 493910

URL: http://svn.apache.org/viewvc?view=rev&rev=493910
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/viewvc/forrest/site/plugins/whiteboard-plugins.xml?view=diff&rev=493910&r1=493909&r2=493910
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Sun Jan  7 18:29:30 2007
@@ -188,7 +188,17 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
-  
+  <plugin name="org.apache.forrest.plugin.output.solr"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.solr"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description> Generates solr documents from xdos. Further when run with the dispatcher
+      it provides a GUI to manage your project in solr and a search interface to search your solr
+      server. </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
   <plugin name="org.apache.forrest.themes.core"
         type="output"
         author="Apache Forrest Project"