You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/26 09:42:20 UTC

svn commit: rev 10278 - xml/forrest/branches/copyless/src/core/context/WEB-INF

Author: nicolaken
Date: Mon Apr 26 00:42:19 2004
New Revision: 10278

Modified:
   xml/forrest/branches/copyless/src/core/context/WEB-INF/cocoon.xconf
Log:
Do not hardcode skinconf 

Modified: xml/forrest/branches/copyless/src/core/context/WEB-INF/cocoon.xconf
==============================================================================
--- xml/forrest/branches/copyless/src/core/context/WEB-INF/cocoon.xconf	(original)
+++ xml/forrest/branches/copyless/src/core/context/WEB-INF/cocoon.xconf	Mon Apr 26 00:42:19 2004
@@ -191,8 +191,7 @@
       <values>
         <skin>@project.skin@</skin>
         <status>@project.home@/@project.status@</status>
-        <!--FIXME: hard code values -->        
-        <skinconf>skinconf.xml</skinconf>        
+        <skinconf>@project.home@/@project.skinconf@</skinconf>        
         <doc>@project.home@/@project.content-dir@/</doc>
         <content>@project.home@/@project.raw-content-dir@/</content>
         <content.xdocs>@project.home@/@project.xdocs-dir@/</content.xdocs>