Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 41310 invoked from network); 30 Oct 2005 14:03:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Oct 2005 14:03:16 -0000 Received: (qmail 32722 invoked by uid 500); 30 Oct 2005 14:03:11 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 32655 invoked by uid 500); 30 Oct 2005 14:03:10 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 32644 invoked by uid 99); 30 Oct 2005 14:03:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Oct 2005 06:03:10 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 30 Oct 2005 06:03:06 -0800 Received: (qmail 41202 invoked by uid 65534); 30 Oct 2005 14:02:49 -0000 Message-ID: <20051030140249.41073.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r329569 - /forrest/trunk/etc/cocoon_upgrade/local.blocks.properties Date: Sun, 30 Oct 2005 14:02:22 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 --------------------------------------------------------------