# Copyright 1999-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #------------------------------------------------------------------------------# # 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.linotype=true #exclude.block.fop=true #exclude.block.hsqldb=true #exclude.block.html=true exclude.block.itext=true exclude.block.jfor=true exclude.block.jms=true exclude.block.jsp=true exclude.block.jxforms=true #exclude.block.linkrewriter=true exclude.block.lucene=true #exclude.block.naming=true exclude.block.paranoid=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 #dependency: webdav needs slide exclude.block.slide=true exclude.block.swf=true exclude.block.velocity=true exclude.block.web3=true # TODO: Including the xmldb block might cause a conflict with the patched xmldb libraries lib/xmldb-common-2003-09-02.jar and lib/xmldb-xupdate-2003-10-14.jar 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 exclude.block.cron=true #exclude.block.eventcache=true exclude.block.javaflow=true exclude.block.mail=true exclude.block.midi=true exclude.block.ojb=true exclude.block.petstore=true exclude.block.portal=true exclude.block.precept=true #exclude.block.proxy=true exclude.block.qdox=true exclude.block.repository=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