joerg       2003/10/31 10:39:38

  Modified:    .        blocks.properties
  Log:
  back to alphabetical ordering
  
  Why can't the ojb block enabled per default while it's possible for all other 
blocks even if they need another JAR?
  A NoClassDefFoundError is thrown when loading PersistenceManagerFactory.
  
  Revision  Changes    Path
  1.43      +17 -11    cocoon-2.1/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- blocks.properties 31 Oct 2003 17:17:46 -0000      1.42
  +++ blocks.properties 31 Oct 2003 18:39:38 -0000      1.43
  @@ -20,15 +20,18 @@
   # developers are committed to back compatibility. In short, stuff that you
   # can depend on.
   
  -#exclude.block.fop=true
  +#-----[dependency]: "authentication-fw" needs "session-fw"
  +#exclude.block.authentication-fw=true
   #-----[dependency]: "batik" needed by "fop"
   #-----[dependency]: "batik" needed by "scratchpad"
   #exclude.block.batik=true
  +#exclude.block.bsf=true
  +#exclude.block.chaperon=true
   #-----[dependency]: "databases" needed by "repository"
   #exclude.block.databases=true
  +#-----[dependency]: "fop" needs "batik"
  +#exclude.block.fop=true
   #exclude.block.hsqldb=true
  -#exclude.block.bsf=true
  -#exclude.block.chaperon=true
   #exclude.block.html=true
   #exclude.block.itext=true
   #exclude.block.jfor=true
  @@ -42,9 +45,9 @@
   #exclude.block.portal-fw=true
   #exclude.block.profiler=true
   #exclude.block.python=true
  -#exclude.block.authentication-fw=true
   #-----[dependency]: "session-fw" needed by "authentication-fw"
   #exclude.block.session-fw=true
  +
   #exclude.block.swf=true
   #exclude.block.velocity=true
   #exclude.block.web3=true
  @@ -64,32 +67,35 @@
   #exclude.block.apples=true
   #exclude.block.asciiart=true
   #exclude.block.axis=true
  -#exclude.block.scratchpad=true
   #-----[dependency]: "cron" needed by "scratchpad"
   #exclude.block.cron=true
   #exclude.block.deli=true
   #-----[dependency]: "eventcache" needed by "repository"
   #exclude.block.eventcache=true
  -exclude.block.jms=true
  +#exclude.block.jms=true
   #-----[dependency]: "slide" and "webdav" need "repository"
  +#-----[dependency]: "repository" needs "databases" and "eventcache"
   #exclude.block.repository=true
  -#exclude.block.slide=true
  -#exclude.block.webdav=true
   #exclude.block.linotype=true
   #exclude.block.mail=true
   #exclude.block.midi=true
  +#-----[warning]: Before including the "ojb" block, see: 
http://wiki.cocoondev.org/Wiki.jsp?page=OJBBlock
  +exclude.block.ojb=true
   #exclude.block.petstore=true
   #exclude.block.portal=true
   #exclude.block.precept=true
   #exclude.block.proxy=true
   #exclude.block.qdox=true
  +#-----[dependency]: "scratchpad" needs "cron"
  +#exclude.block.scratchpad=true
  +#-----[dependency]: "slide" needs "repository"
  +#exclude.block.slide=true
   #exclude.block.slop=true
   #exclude.block.stx=true
   #exclude.block.taglib=true
  +#-----[dependency]: "webdav" needs "repository"
  +#exclude.block.webdav=true
   #exclude.block.woody=true
  -
  -# Before including the "ojb" block, see: 
http://wiki.cocoondev.org/Wiki.jsp?page=OJBBlock
  -exclude.block.ojb=true
   
   # Deprecated blocks 
------------------------------------------------------------
   
  
  
  

Reply via email to