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/29 19:56:31 UTC

svn commit: rev 10427 - xml/forrest/trunk/etc/cocoon_upgrade

Author: cheche
Date: Thu Apr 29 10:56:30 2004
New Revision: 10427

Modified:
   xml/forrest/trunk/etc/cocoon_upgrade/upgrade-cocoon-xconf.xsl
Log:
Use this value when import from cocoon


Modified: xml/forrest/trunk/etc/cocoon_upgrade/upgrade-cocoon-xconf.xsl
==============================================================================
--- xml/forrest/trunk/etc/cocoon_upgrade/upgrade-cocoon-xconf.xsl	(original)
+++ xml/forrest/trunk/etc/cocoon_upgrade/upgrade-cocoon-xconf.xsl	Thu Apr 29 10:56:30 2004
@@ -126,7 +126,7 @@
       <xsl:copy-of select="component-instance[@name='defaults']/@class"/>
       <xsl:element name="values">
         <skin>@skin@</skin>
-        <skinconf>@project.home@/@project.skinconf@</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>