You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/04/23 14:20:43 UTC

svn commit: r396264 - in /forrest/trunk/main/template-sites: basic/forrest.properties business/forrest.properties

Author: crossley
Date: Sun Apr 23 05:20:42 2006
New Revision: 396264

URL: http://svn.apache.org/viewcvs?rev=396264&view=rev
Log:
Update to new dispatcher plugins example entry.

Modified:
    forrest/trunk/main/template-sites/basic/forrest.properties
    forrest/trunk/main/template-sites/business/forrest.properties

Modified: forrest/trunk/main/template-sites/basic/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/template-sites/basic/forrest.properties?rev=396264&r1=396263&r2=396264&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties Sun Apr 23 05:20:42 2006
@@ -31,8 +31,6 @@
 #project.skin=pelt
 
 # codename: Dispatcher
-# uncomment the following skin
-#project.skin=leather-dev
 # Dispatcher is using a fallback mechanism for theming.
 # You can configure the theme name and its extension here
 #project.theme-extension=.fv
@@ -149,7 +147,7 @@
 
 # codename: Dispatcher
 # Add the following plugins to project.required.plugins:
-#org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.themer,org.apache.forrest.plugin.internal.structurer
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
 
 # Proxy configuration
 # - proxy.user and proxy.password are only needed if the proxy is an authenticated one...

Modified: forrest/trunk/main/template-sites/business/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/template-sites/business/forrest.properties?rev=396264&r1=396263&r2=396264&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/business/forrest.properties (original)
+++ forrest/trunk/main/template-sites/business/forrest.properties Sun Apr 23 05:20:42 2006
@@ -31,8 +31,6 @@
 #project.skin=pelt
 
 # codename: Dispatcher
-# uncomment the following skin
-#project.skin=leather-dev
 # Dispatcher is using a fallback mechanism for theming.
 # You can configure the theme name and its extension here
 #project.theme-extension=.fv
@@ -149,7 +147,7 @@
 
 # codename: Dispatcher
 # Add the following plugins to project.required.plugins:
-#org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.themer,org.apache.forrest.plugin.internal.structurer
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
 
 # Proxy configuration
 # - proxy.user and proxy.password are only needed if the proxy is an authenticated one...