You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/09 15:32:37 UTC

cvs commit: cocoon-2.1/src/blocks/ojb/conf ojb.xconf

unico       2003/12/09 06:32:37

  Modified:    src/blocks/ojb/conf ojb.xconf
  Log:
  fix unless conditional
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-2.1/src/blocks/ojb/conf/ojb.xconf
  
  Index: ojb.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/ojb/conf/ojb.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ojb.xconf	5 Dec 2003 10:01:33 -0000	1.2
  +++ ojb.xconf	9 Dec 2003 14:32:37 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xconf xpath="/cocoon" unless="ojb-jdo">
  +<xconf xpath="/cocoon" unless="comment()[contains(., 'Persistent Manager Factory for JDO')]">
     <!-- Persistent Manager Factory for JDO -->
     <!-- uncomment in order to set the logger to a category other than core.startup
     <ojb-jdo class="org.apache.cocoon.ojb.jdo.components.JdoPMFImpl" logger="core.ojb-jdo"/>