Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 59895 invoked from network); 12 Nov 2003 20:18:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 20:18:14 -0000 Received: (qmail 93791 invoked by uid 500); 12 Nov 2003 20:17:59 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 93720 invoked by uid 500); 12 Nov 2003 20:17:59 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 93684 invoked by uid 500); 12 Nov 2003 20:17:59 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 93665 invoked from network); 12 Nov 2003 20:17:58 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 12 Nov 2003 20:17:58 -0000 Received: (qmail 59744 invoked by uid 1672); 12 Nov 2003 20:18:08 -0000 Date: 12 Nov 2003 20:18:08 -0000 Message-ID: <20031112201808.59743.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1 blocks.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joerg 2003/11/12 12:18:08 Modified: . blocks.properties Log: adding all the dependencies (autogenerated from modified gump.xml) Revision Changes Path 1.46 +32 -23 cocoon-2.1/blocks.properties Index: blocks.properties =================================================================== RCS file: /home/cvs/cocoon-2.1/blocks.properties,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- blocks.properties 11 Nov 2003 11:23:36 -0000 1.45 +++ blocks.properties 12 Nov 2003 20:18:08 -0000 1.46 @@ -2,15 +2,16 @@ # Cocoon Blocks # #------------------------------------------------------------------------------# -# Remove blocks from your cocoon distribution by uncommenting the +# Remove blocks from your cocoon distribution by uncommenting the # corresponding exclude property. -# NOTE: Don't modify this file directly but make a copy named +# NOTE: Don't modify this file directly but make a copy named # 'local.blocks.properties' and modify that. The build system will override # these properties with the ones in the 'local.blocks.properties' file. -# NOTE: "dependency" indicates blocks that are required by other blocks. -# disabling batik, for example, will prevent fop from compiling. +# NOTE: "[dependency]" indicates blocks that are required by other blocks. +# Disabling batik, for example, will result in a RuntimeException when using +# fop. On the other hand some dependencies come only from the block samples. # Stable blocks ---------------------------------------------------------------- @@ -20,17 +21,19 @@ # developers are committed to back compatibility. In short, stuff that you # can depend on. -#-----[dependency]: "authentication-fw" needs "session-fw" +#-----[dependency]: "authentication-fw" depends on "session-fw". +#-----[dependency]: "authentication-fw" is needed by "portal", "portal-fw", "slide". #exclude.block.authentication-fw=true -#-----[dependency]: "batik" needed by "fop" and "scratchpad" #exclude.block.batik=true #exclude.block.bsf=true #exclude.block.chaperon=true -#-----[dependency]: "databases" needed by "repository" +#-----[dependency]: "databases" is needed by "hsqldb", "jms", "petstore", "repository", "xmldb". #exclude.block.databases=true -#-----[dependency]: "fop" needs "batik" #exclude.block.fop=true +#-----[dependency]: "hsqldb" depends on "databases". +#-----[dependency]: "hsqldb" is needed by "jms", "petstore". #exclude.block.hsqldb=true +#-----[dependency]: "html" is needed by "portal". #exclude.block.html=true #exclude.block.itext=true #exclude.block.jfor=true @@ -41,60 +44,66 @@ #exclude.block.naming=true #exclude.block.php=true #exclude.block.poi=true +#-----[dependency]: "portal-fw" depends on "authentication-fw", "session-fw". #exclude.block.portal-fw=true #exclude.block.profiler=true #exclude.block.python=true -#-----[dependency]: "session-fw" needed by "authentication-fw" +#-----[dependency]: "session-fw" is needed by "authentication-fw", "portal", "portal-fw". #exclude.block.session-fw=true - #exclude.block.swf=true +#-----[dependency]: "velocity" is needed by "scratchpad". #exclude.block.velocity=true #exclude.block.web3=true +#-----[dependency]: "xmldb" depends on "databases". #exclude.block.xmldb=true - # Unstable blocks -------------------------------------------------------------- -# unstable blocks are currently under development and do not guarantee that the -# contracts they expose (API, xml schema, properties, behavior) will remain +# Unstable blocks are currently under development and do not guarantee that 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 necessarily mean the blocks implementation is unstable or +# This doesn't necessarily mean the blocks implementation is unstable or # the code can't be trusted for production, but use with care and watch # its development as things might change over time before they are marked # stable. #exclude.block.apples=true +#-----[dependency]: "asciiart" is needed by "mail". #exclude.block.asciiart=true #exclude.block.axis=true -#-----[dependency]: "cron" needed by "scratchpad" +#-----[dependency]: "cron" is needed by "scratchpad". #exclude.block.cron=true #exclude.block.deli=true -#-----[dependency]: "eventcache" needed by "repository" +#-----[dependency]: "eventcache" is needed by "jms", "repository". #exclude.block.eventcache=true +#-----[dependency]: "jms" depends on "databases", "eventcache", "hsqldb". #exclude.block.jms=true -#-----[dependency]: "slide" and "webdav" need "repository" -#-----[dependency]: "repository" needs "databases" and "eventcache" -#exclude.block.repository=true #exclude.block.linotype=true +#-----[dependency]: "mail" depends on "asciiart". #exclude.block.mail=true #exclude.block.midi=true #-----[warning]: Before including the "ojb" block, see: http://wiki.cocoondev.org/Wiki.jsp?page=OJBBlock exclude.block.ojb=true -#-----[dependency]: "petstore" needs "hsqldb" and "velocity" and "woody" +#-----[dependency]: "petstore" depends on "databases", "hsqldb", "woody". #exclude.block.petstore=true +#-----[dependency]: "portal" depends on "authentication-fw", "html", "session-fw". #exclude.block.portal=true #exclude.block.precept=true #exclude.block.proxy=true #exclude.block.qdox=true -#-----[dependency]: "scratchpad" needs "cron" and "batik" +#-----[dependency]: "repository" depends on "databases", "eventcache". +#-----[dependency]: "repository" is needed by "slide", "webdav". +#exclude.block.repository=true +#-----[dependency]: "scratchpad" depends on "cron", "velocity". #exclude.block.scratchpad=true -#-----[dependency]: "slide" needs "repository" +#-----[dependency]: "slide" depends on "authentication-fw", "repository". #exclude.block.slide=true #exclude.block.slop=true #exclude.block.stx=true #exclude.block.taglib=true -#-----[dependency]: "webdav" needs "repository" +#-----[dependency]: "webdav" depends on "repository". #exclude.block.webdav=true +#-----[dependency]: "woody" is needed by "petstore". #exclude.block.woody=true # Deprecated blocks ------------------------------------------------------------