You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/10/12 09:53:26 UTC

svn commit: r314815 - /cocoon/trunk/blocks.properties

Author: lgawron
Date: Wed Oct 12 00:53:18 2005
New Revision: 314815

URL: http://svn.apache.org/viewcvs?rev=314815&view=rev
Log:
regenerated blocks.properties

Modified:
    cocoon/trunk/blocks.properties

Modified: cocoon/trunk/blocks.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks.properties?rev=314815&r1=314814&r2=314815&view=diff
==============================================================================
--- cocoon/trunk/blocks.properties (original)
+++ cocoon/trunk/blocks.properties Wed Oct 12 00:53:18 2005
@@ -26,6 +26,21 @@
 # 'local.blocks.properties' and modify that. The build system will first load
 # 'local.blocks.properties' and properties are immutable in Ant.
 
+# For most cases it is enough that you exclude all blocks and include only those
+# few you want, example:
+# exclude.all.blocks=true
+# include.block.forms=true
+# include.block.template=true
+
+# The opposite is also allowed:
+# include.all.blocks=true
+# exclude.block.scratchpad=true
+
+# If there is a conflict on the same level of granularity:
+# include.block.template=true vs. exclude.block.template=true, 
+# include.all.blocks=true vs. exclude.all.blocks=true
+# it is always resolved in favour of include.* properties. 
+
 # NOTE: "[dependency]" indicates blocks that are required by other blocks.
 # Disabling batik, for example, will result in a RuntimeException when using
 # fop. Dependencies only needed for the block's samples are marked explicitely.