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/25 19:53:50 UTC

svn commit: r159044 - forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf

Author: thorsten
Date: Fri Mar 25 10:53:49 2005
New Revision: 159044

URL: http://svn.apache.org/viewcvs?view=rev&rev=159044
Log:
Removed the fbit plugin and moved all pipes that we need to the views plugin. I am using two new properties {project:conf} and {project:resources} in the views plugin.

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

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?view=diff&r1=159043&r2=159044
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Fri Mar 25 10:53:49 2005
@@ -138,8 +138,10 @@
         <skinconf>@project.home@/@project.skinconf@</skinconf>        
         <doc>@project.home@/@project.content-dir@/</doc>
         <content>@project.home@/@project.raw-content-dir@/</content>
+        <conf>@project.home@/@project.conf-dir@/</conf>
         <content.xdocs>@project.home@/@project.xdocs-dir@/</content.xdocs>
         <translations>@project.home@/@project.translations-dir@</translations>
+        <resources>@project.home@/@project.resources-dir@/</resources>
         <resources.stylesheets>@project.home@/@project.stylesheets-dir@/</resources.stylesheets>
         <resources.images>@project.home@/@project.images-dir@/</resources.images>
         <skins-dir>@project.home@/@project.skins-dir@/</skins-dir>