You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/04/27 00:56:37 UTC

svn commit: rev 10295 - in xml/forrest/trunk/src/core/context: WEB-INF resources/stylesheets

Author: cheche
Date: Mon Apr 26 15:56:37 2004
New Revision: 10295

Modified:
   xml/forrest/trunk/src/core/context/WEB-INF/cocoon.xconf
   xml/forrest/trunk/src/core/context/resources/stylesheets/project2text.xsl
Log:
make skinconf use of the project.webapp full path


Modified: xml/forrest/trunk/src/core/context/WEB-INF/cocoon.xconf
==============================================================================
--- xml/forrest/trunk/src/core/context/WEB-INF/cocoon.xconf	(original)
+++ xml/forrest/trunk/src/core/context/WEB-INF/cocoon.xconf	Mon Apr 26 15:56:37 2004
@@ -189,7 +189,7 @@
       <values>
         <skin>@skin@</skin>
         <!--FIXME: hard code values -->        
-        <skinconf>@project.home@/build/webapp/skinconf.xml</skinconf>        
+        <skinconf>@project.webapp@/skinconf.xml</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>

Modified: xml/forrest/trunk/src/core/context/resources/stylesheets/project2text.xsl
==============================================================================
--- xml/forrest/trunk/src/core/context/resources/stylesheets/project2text.xsl	(original)
+++ xml/forrest/trunk/src/core/context/resources/stylesheets/project2text.xsl	Mon Apr 26 15:56:37 2004
@@ -28,7 +28,7 @@
 
 <xsl:import href="copyover.xsl"/>
 
-<xsl:param name="config-file" select="'../../skinconf.xml'"/>
+<xsl:param name="config-file" />
   <xsl:variable name="config" select="document($config-file)/skinconfig"/>
 
 <xsl:template match="for:project-name">