Author: rgardler
Date: Tue Sep 13 12:54:26 2005
New Revision: 280636

URL: http://svn.apache.org/viewcvs?rev=280636&view=rev
Log:
parameterise the location of views and themes, make the default the existing 
views plugin

Modified:
    forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
    forrest/trunk/main/webapp/default-forrest.properties

Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=280636&r1=280635&r2=280636&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Tue Sep 13 
12:54:26 2005
@@ -130,8 +130,8 @@
         
<whiteboard-plugins-src>@forrest.home@/whiteboard/plugins</whiteboard-plugins-src>
         <plugins>@forrest.home@/build/plugins</plugins>
         <locationmap>@context.home@/locationmap.xml</locationmap>
-        
<view-internal>@forrest.home@/build/plugins/org.apache.forrest.plugin.internal.view</view-internal>
-        
<view-themes>@forrest.home@/build/plugins/org.apache.forrest.plugin.internal.view/resources/views</view-themes>
+        
<view-internal>@forrest.home@/build/plugins/@project.view.internal.plugin@</view-internal>
+        
<view-themes>@forrest.home@/build/plugins/@project.theme.plugin@/resources/views</view-themes>
         <theme-ext>.fv</theme-ext>
         <theme>default</theme>
       </values>

Modified: forrest/trunk/main/webapp/default-forrest.properties
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/default-forrest.properties?rev=280636&r1=280635&r2=280636&view=diff
==============================================================================
--- forrest/trunk/main/webapp/default-forrest.properties (original)
+++ forrest/trunk/main/webapp/default-forrest.properties Tue Sep 13 12:54:26 
2005
@@ -156,3 +156,7 @@
 # Proxy configuration
 # proxy.host=
 # proxy.port=
+
+# Views Configuration
+project.view.internal.plugin=org.apache.forrest.plugin.internal.view
+project.theme.plugin=org.apache.forrest.plugin.internal.view