stefano     2003/02/22 06:27:31

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  removed deli xconf which are now in its block
  
  Revision  Changes    Path
  1.63      +0 -17     xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- cocoon.xconf      22 Feb 2003 11:25:02 -0000      1.62
  +++ cocoon.xconf      22 Feb 2003 14:27:31 -0000      1.63
  @@ -280,23 +280,6 @@
        <parameter name="incremental-processing" value="true"/>
     </xslt-processor>
   
  -  <!--+
  -      | Deli CC/PP Database
  -      |
  -      | Deli matches the requesting user agent with a database of CC/PP
  -      | profiles and augments the set of variables available to any XSLT
  -      | stylesheet with stuff like user agent screen size, or color depth
  -      | that can be useful for tuning your output to the various devices.
  -      |
  -      | Note: this is mostly useful for mobile agents such as cell phones
  -      | or PDA where it's possible to associate the user-agent with the
  -      | device that runs on.
  -      +-->
  -  <!-- Uncomment this section to enable DELI -->
  -  <!--deli class="org.apache.cocoon.components.deli.DeliImpl">
  -    <parameter name="deli-config-file" 
value="resources/deli/config/deliConfig.xml"/>
  -  </deli-->
  -
     <!-- Xpath Processor: -->
     <xpath-processor class="org.apache.excalibur.xml.xpath.XPathProcessorImpl" 
logger="core.xpath-processor"/>
   
  
  
  

Reply via email to