You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/30 15:02:22 UTC

svn commit: r329569 - /forrest/trunk/etc/cocoon_upgrade/local.blocks.properties

Author: crossley
Date: Sun Oct 30 06:01:42 2005
New Revision: 329569

URL: http://svn.apache.org/viewcvs?rev=329569&view=rev
Log:
Sync with cocoon blocks.properties file.

Modified:
    forrest/trunk/etc/cocoon_upgrade/local.blocks.properties

Modified: forrest/trunk/etc/cocoon_upgrade/local.blocks.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/local.blocks.properties?rev=329569&r1=329568&r2=329569&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/local.blocks.properties (original)
+++ forrest/trunk/etc/cocoon_upgrade/local.blocks.properties Sun Oct 30 06:01:42 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.
@@ -60,6 +75,9 @@
 include.block.bsf=false
 #-----[dependency]: "chaperon" depends on "template" (for samples).
 #include.block.chaperon=false
+include.block.core-samples-additional=false
+#-----[dependency]: "core-samples-main" depends on "xsp" (for samples).
+include.block.core-samples-main=false
 #-----[dependency]: "databases" depends on "hsqldb" (for samples).
 #-----[dependency]: "databases" is needed by "jms", "ojb", "petstore", "repository", "xmldb", "xsp".
 include.block.databases=false
@@ -100,7 +118,7 @@
 #-----[dependency]: "xmldb" depends on "databases".
 include.block.xmldb=false
 #-----[dependency]: "xsp" depends on "databases", "session-fw".
-#-----[dependency]: "xsp" is needed by "itext", "python", "scratchpad".
+#-----[dependency]: "xsp" is needed by "core-samples-main", "itext", "python", "scratchpad".
 #include.block.xsp=false
 
 # Unstable blocks --------------------------------------------------------------