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 2005/03/31 11:55:04 UTC

svn commit: r159576 - forrest/site/plugins/plugins.xml

Author: thorsten
Date: Thu Mar 31 01:55:03 2005
New Revision: 159576

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

Modified:
    forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&r1=159575&r2=159576
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Thu Mar 31 01:55:03 2005
@@ -198,7 +198,19 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-
+  
+	<plugin name="org.apache.forrest.plugin.views"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.7">
+    <description>
+      Allow Forrest to use page specific views and contracts. Next generation skining.
+    </description>
+    <forrestVersion>0.1</forrestVersion>
+  </plugin>
+  
   <plugin name="s5"
         type="output"
         author="Ross Gardler"