jefft       2003/05/03 23:03:12

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  Declare the 'realpath' input module
  
  Revision  Changes    Path
  1.19      +1 -0      cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- cocoon.xconf      3 May 2003 13:52:52 -0000       1.18
  +++ cocoon.xconf      4 May 2003 06:03:12 -0000       1.19
  @@ -151,6 +151,7 @@
         <!--Eg: Mon, 28 Oct 2002 03:08:49 +1100 -->
       </component-instance>
       <component-instance logger="core.modules.input" name="nullinput"    
class="org.apache.cocoon.components.modules.input.NullInputModule"/>
  +    <component-instance logger="core.modules.input" name="realpath"     
class="org.apache.cocoon.components.modules.input.RealPathModule"/> 
       <component-instance logger="core.modules.input" name="xmlmeta"      
class="org.apache.cocoon.components.modules.input.XMLMetaModule"/>
       <component-instance logger="core.modules.input" name="mapmeta"      
class="org.apache.cocoon.components.modules.input.MapMetaModule"/>
       <component-instance logger="core.modules.input" name="datemeta"     
class="org.apache.cocoon.components.modules.input.DateMetaInputModule"/>
  
  
  

Reply via email to