blob: 72ded068edc3d2b7ee9dc5660d756b00844803fe [file] [log] [blame]
#------------------------------------------------------------------------------#
# Cocoon Blocks #
#------------------------------------------------------------------------------#
# Remove blocks from your cocoon distribution by uncommenting the
# corresponding exclude property
# 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
# 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.authentication-fw=true
#dependency: fop needs batik
#exclude.block.batik=true
exclude.block.bsf=true
#exclude.block.chaperon=true
#exclude.block.databases=true
#exclude.block.deli=true
#exclude.block.fop=true
#exclude.block.hsqldb=true
#exclude.block.html=true
exclude.block.itext=true
exclude.block.jfor=true
exclude.block.jsp=true
exclude.block.jxforms=true
#exclude.block.linkrewriter=true
exclude.block.lucene=true
#exclude.block.naming=true
exclude.block.php=true
exclude.block.poi=true
#exclude.block.portal-fw=true
#exclude.block.profiler=true
exclude.block.python=true
#dependency: authentication-fw needs session-fw
#exclude.block.session-fw=true
#exclude.block.slide=true
exclude.block.swf=true
exclude.block.velocity=true
exclude.block.web3=true
exclude.block.xmldb=true
# 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 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 thing might change over time before they are marked
# stable.
exclude.block.apples=true
exclude.block.asciiart=true
#exclude.block.axis=true
#dependency: scratchpad needs cron
#dependency: webdav needs slide
exclude.block.cron=true
#exclude.block.eventcache=true
#exclude.block.linotype=true
#exclude.block.mail=true
exclude.block.midi=true
exclude.block.petstore=true
exclude.block.portal=true
#exclude.block.precept=true
#exclude.block.proxy=true
exclude.block.qdox=true
exclude.block.scratchpad=true
exclude.block.slop=true
exclude.block.stx=true
exclude.block.taglib=true
#exclude.block.webdav=true
exclude.block.woody=true
# Deprecated blocks ------------------------------------------------------------
# Although these blocks are stable they have been deprecated in favour of other
# blocks.
exclude.block.xmlform=true