stefano     2003/02/27 06:14:35

  Modified:    .        blocks.properties
  Log:
  little cleanup and some info
  
  Revision  Changes    Path
  1.8       +56 -33    xml-cocoon2/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/blocks.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- blocks.properties 27 Feb 2003 13:37:11 -0000      1.7
  +++ blocks.properties 27 Feb 2003 14:14:35 -0000      1.8
  @@ -1,6 +1,6 @@
  -#----------------------------------------------
  -#  Cocoon Blocks
  -#----------------------------------------------
  +#------------------------------------------------------------------------------#
  +#                             Cocoon Blocks                                    #
  +#------------------------------------------------------------------------------#
   
   # Remove blocks from your cocoon distribution by uncommenting the 
   # corrisponding exclude property
  @@ -9,33 +9,56 @@
   # 'local.blocks.properties' and modify that. The build system will overwrite
   # these properties with the ones in the 'local.blocks.properties' file.
   
  -#exclude.block.fop=true
  -#exclude.block.batik=true
  -#exclude.block.chaperon=true
  -#exclude.block.itext=true
  -#exclude.block.jfor=true
  -#exclude.block.swf=true
  -#exclude.block.session-fw=true
  -#exclude.block.authentication-fw=true
  -#exclude.block.portal-fw=true
  -#exclude.block.databases=true
  -#exclude.block.hsqldb=true
  -#exclude.block.precept=true
  -#exclude.block.poi=true 
  -#exclude.block.naming=true
  -#exclude.block.jsp=true
  -#exclude.block.php=true
  -#exclude.block.python=true
  -#exclude.block.lucene=true        
  -#exclude.block.html=true
  -#exclude.block.linkrewriter=true
  -#exclude.block.bsf=true
  -#exclude.block.profiler=true        
  -#exclude.block.velocity=true
  -#exclude.block.web3=true
  -#exclude.block.slide=true
  -#exclude.block.xmldb=true
  -#exclude.block.proxy=true
  -#exclude.block.deli=true
  -#exclude.block.asciiart=true
  -exclude.block.mail=true
  +# WARNING: due to the way Ant works, in order to to include a block you have
  +# to completely comment out the corresponding property. Setting it to 'true'
  +# or 'false' will have no effect as Ant looks for the property existance and
  +# not its value to exclude the execution a target.
  +
  +# Stable blocks ----------------------------------------------------------------
  +
  +# stable blocks are those that can be considered ready for production and
  +# will contain components and API that will remain stable and where
  +# developers are committed to back compatibility. In short, stuff you can
  +# depend on.
  +
  +#exclude.block.fop=
  +#exclude.block.batik=
  +#exclude.block.chaperon=
  +#exclude.block.itext=
  +#exclude.block.jfor=
  +#exclude.block.swf=
  +#exclude.block.session-fw=
  +#exclude.block.authentication-fw=
  +#exclude.block.portal-fw=
  +#exclude.block.databases=
  +#exclude.block.hsqldb=
  +#exclude.block.poi= 
  +#exclude.block.naming=
  +#exclude.block.jsp=
  +#exclude.block.php=
  +#exclude.block.python=
  +#exclude.block.lucene=        
  +#exclude.block.html=
  +#exclude.block.linkrewriter=
  +#exclude.block.bsf=
  +#exclude.block.profiler=        
  +#exclude.block.velocity=
  +#exclude.block.web3=
  +#exclude.block.slide=
  +#exclude.block.xmldb=
  +#exclude.block.proxy=
  +#exclude.block.deli=
  +
  +# Unstable blocks --------------------------------------------------------------
  +
  +# unstable blocks are currently under development and do not guarantee the
  +# contracts they expose (API, xml schema, properties, behavior) will remain 
  +# constant in time. Developers are not committed to back-compatibility just yet.
  +# This doesn't necessarely mean the blocks implementation is unstable or 
  +# the code can't be trusted for production, but use with care and watch
  +# its development as thing might change over time before they are marked
  +# stable.
  +
  +#exclude.block.asciiart=
  +#exclude.block.precept=
  +exclude.block.mail=
  
  
  

Reply via email to