Author: thorsten
Date: Tue Sep 6 07:53:04 2005
New Revision: 279012
URL: http://svn.apache.org/viewcvs?rev=279012&view=rev
Log:
Added prop for storing ressource type
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=279012&r1=279011&r2=279012&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 6 07:53:04 2005
@@ -139,6 +139,7 @@
<component-instance name="project" class="org.apache.forrest.conf.ForrestConfModule">
<values>
+ <theme-sourcetypeDir>@project.theme-sourcetypeDir@</theme-sourcetypeDir>
<theme-ext>@project.theme-extension@</theme-ext>
<theme>@project.theme@</theme>
<skin>@project.skin@</skin>
|