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 2006/07/17 12:48:53 UTC

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

Author: thorsten
Date: Mon Jul 17 03:48:52 2006
New Revision: 422672

URL: http://svn.apache.org/viewvc?rev=422672&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/viewvc/forrest/site/plugins/whiteboard-plugins.xml?rev=422672&r1=422671&r2=422672&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Mon Jul 17 03:48:52 2006
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2006 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
 
       http://www.apache.org/licenses/LICENSE-2.0
 
@@ -188,7 +188,18 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
-
+  
+  <plugin name="org.apache.forrest.themes.core"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      The core theme package for the dispatcher.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
   <!-- ================================================================== -->
   <!-- Internal Plugins                                                   -->
   <!-- ================================================================== -->
@@ -224,23 +235,11 @@
   <plugin name="org.apache.forrest.plugin.internal.dispatcher"
         type="internal"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view"
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
       Enable Forrest to use page-specific views and contracts. Next generation skinning.
-    </description>
-    <forrestVersion>0.8</forrestVersion>
-  </plugin>
-  
-  <plugin name="org.apache.forrest.themes.core"
-        type="theme"
-        author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.themes.core"
-        url="http://forrest.apache.org/plugins/"
-        version="0.1">
-    <description>
-      Core themes for use with Dispatcher.
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>