You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/10/25 09:34:43 UTC

cvs commit: xml-forrest/src/resources/conf cocoon.xconf

jefft       2002/10/25 00:34:42

  Modified:    src/resources/conf cocoon.xconf
  Log:
  Choose skin at runtime
  
  Revision  Changes    Path
  1.5       +1 -1      xml-forrest/src/resources/conf/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/cocoon.xconf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cocoon.xconf	16 Sep 2002 23:34:25 -0000	1.4
  +++ cocoon.xconf	25 Oct 2002 07:34:42 -0000	1.5
  @@ -452,7 +452,7 @@
         <component-instance class="org.apache.cocoon.components.modules.input.DefaultsMetaModule" name="defaults">
        <input-module name="request"/>
        <values>
  -      <skin>forrest-site</skin>
  +      <skin>@skin@</skin>
         <base-url>/forrest</base-url>
        </values>
       </component-instance>