You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/25 11:43:52 UTC

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

Author: rgardler
Date: Tue Oct 25 02:43:45 2005
New Revision: 328320

URL: http://svn.apache.org/viewcvs?rev=328320&view=rev
Log:
add project:home variable, needed by projectInfo plugin, but we need to find another way of providing this value to the locationmap (in order to implemnet  FOR-588)

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?rev=328320&r1=328319&r2=328320&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Tue Oct 25 02:43:45 2005
@@ -162,6 +162,7 @@
 
     <component-instance name="project" class="org.apache.forrest.conf.ForrestConfModule">
       <values>
+        <home>@project.home@</home>
         <themer>@project.themer@</themer>
         <structurer>@project.stucturer@</structurer>
         <theme-sourcetypeDir>@project.theme-sourcetypeDir@</theme-sourcetypeDir>