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/01/28 16:50:00 UTC

svn commit: r373168 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.internal.dispatcher/ org.apache.forrest.themes.core/

Author: thorsten
Date: Sat Jan 28 07:49:37 2006
New Revision: 373168

URL: http://svn.apache.org/viewcvs?rev=373168&view=rev
Log:
Renaming internal references of old plugins.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/forrest.properties

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml?rev=373168&r1=373167&r2=373168&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml Sat Jan 28 07:49:37 2006
@@ -17,11 +17,11 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="org.apache.forrest.plugin.internal.structurer"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.internal.dispatcher"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="internal"/>
   <property name="plugin-version" value="0.1-dev"/>
-  <property name="description" value="Second generation skinning."/>
+  <property name="description" value="Dispatcher - Second generation skinning."/>
   <property name="author" value="Apache Forrest Project"/>
   <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.vstructurer/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties?rev=373168&r1=373167&r2=373168&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties Sat Jan 28 07:49:37 2006
@@ -20,12 +20,7 @@
 # Copy properties from there as needed.
 ##############
 
-project.skin=leather-dev
-
-project.theme-extension=.fv
-project.theme=leather-dev
-
 # FIXME: FOR-785
 forrest.validate.skinconf=false
 
-project.required.plugins=org.apache.forrest.plugin.internal.structurer,org.apache.forrest.plugin.output.themer,org.apache.forrest.plugin.input.projectInfo
+project.required.plugins=org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.input.projectInfo

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml?rev=373168&r1=373167&r2=373168&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml Sat Jan 28 07:49:37 2006
@@ -17,13 +17,13 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="org.apache.forrest.plugin.output.themer"/>
+  <property name="plugin-name" value="org.apache.forrest.themes.core"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="output"/>
   <property name="plugin-version" value="0.1-dev"/>
-  <property name="description" value="The XHTML representation of a view."/>
+  <property name="description" value="The core theme package for the dispatcher."/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.themes.core/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/forrest.properties?rev=373168&r1=373167&r2=373168&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/forrest.properties (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/forrest.properties Sat Jan 28 07:49:37 2006
@@ -20,9 +20,7 @@
 # Copy properties from there as needed.
 ##############
 
-project.skin=leather-dev
-
 # FIXME: FOR-785
 forrest.validate.skinconf=false
 
-project.required.plugins=org.apache.forrest.plugin.output.themer,org.apache.forrest.plugin.internal.view,org.apache.forrest.plugin.input.projectInfo
+project.required.plugins=org.apache.forrest.themes.core,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.plugin.input.projectInfo