joerg       2004/03/10 16:18:19

  Modified:    .        blocks.properties
  Log:
  for the case it got forgotten:
  we don't need the blocks.properties maintain by hand, just try
      "build generate-blocks.properties"
  and it has the latest stati and dependencies from gump.xml
  
  Revision  Changes    Path
  1.65      +10 -6     cocoon-2.1/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- blocks.properties 10 Mar 2004 14:39:52 -0000      1.64
  +++ blocks.properties 11 Mar 2004 00:18:19 -0000      1.65
  @@ -1,3 +1,4 @@
  +
   #  Copyright 1999-2004 The Apache Software Foundation
   #
   #  Licensed under the Apache License, Version 2.0 (the "License");
  @@ -12,6 +13,7 @@
   #  See the License for the specific language governing permissions and
   #  limitations under the License.
   #
  +
   
#------------------------------------------------------------------------------#
   #                             Cocoon Blocks                                  
  #
   
#------------------------------------------------------------------------------#
  @@ -64,7 +66,9 @@
   #-----[dependency]: "portal-fw" depends on "authentication-fw", "session-fw".
   #exclude.block.portal-fw=true
   #exclude.block.profiler=true
  +#-----[dependency]: "python" depends on "xsp".
   #exclude.block.python=true
  +#-----[dependency]: "session-fw" depends on "xsp".
   #-----[dependency]: "session-fw" is needed by "authentication-fw", "portal", 
"portal-fw".
   #exclude.block.session-fw=true
   #exclude.block.swf=true
  @@ -73,6 +77,7 @@
   #exclude.block.web3=true
   #-----[dependency]: "xmldb" depends on "databases".
   #exclude.block.xmldb=true
  +#-----[dependency]: "xsp" is needed by "python", "scratchpad", "session-fw".
   #exclude.block.xsp=true
   
   # Unstable blocks 
--------------------------------------------------------------
  @@ -95,18 +100,18 @@
   #exclude.block.deli=true
   #-----[dependency]: "eventcache" is needed by "jms", "repository", "slide".
   #exclude.block.eventcache=true
  +#-----[dependency]: "forms" is needed by "apples", "petstore".
  +#exclude.block.forms=true
   #-----[dependency]: "jms" depends on "databases", "eventcache", "hsqldb".
   #-----[dependency]: "jms" is needed by "slide".
   #exclude.block.jms=true
  -#-----[dependency]: "forms" is needed by "apples", "petstore".
  -#exclude.block.forms=true
   #exclude.block.linotype=true
   #-----[dependency]: "mail" depends on "asciiart".
   #exclude.block.mail=true
   #exclude.block.midi=true
   #-----[dependency]: "ojb" depends on "databases".
   #exclude.block.ojb=true
  -#-----[dependency]: "petstore" depends on "databases", "hsqldb", "velocity", 
"forms".
  +#-----[dependency]: "petstore" depends on "databases", "forms", "hsqldb", 
"velocity".
   #exclude.block.petstore=true
   #-----[dependency]: "portal" depends on "authentication-fw", "html", 
"session-fw".
   #exclude.block.portal=true
  @@ -115,7 +120,7 @@
   #-----[dependency]: "repository" depends on "databases", "eventcache".
   #-----[dependency]: "repository" is needed by "slide", "webdav".
   #exclude.block.repository=true
  -#-----[dependency]: "scratchpad" depends on "batik", "cron", "velocity".
  +#-----[dependency]: "scratchpad" depends on "batik", "cron", "velocity", 
"xsp".
   #exclude.block.scratchpad=true
   #-----[dependency]: "slide" depends on "eventcache", "jms", "repository".
   #exclude.block.slide=true
  @@ -125,11 +130,10 @@
   #-----[dependency]: "webdav" depends on "repository".
   #exclude.block.webdav=true
   
  -
   # Deprecated blocks 
------------------------------------------------------------
   
   # Although some of these blocks may have been stable, they are now deprecated
   # in favour of other blocks and therefore are excluded by default from the 
build
   
  -exclude.block.xmlform=true
   exclude.block.woody=true
  +exclude.block.xmlform=true
  
  
  

Reply via email to