reinhard 2003/08/07 01:56:39
Modified: . blocks.properties Log: - add "deprecated" section Revision Changes Path 1.25 +9 -1 cocoon-2.1/blocks.properties Index: blocks.properties =================================================================== RCS file: /home/cvs/cocoon-2.1/blocks.properties,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- blocks.properties 7 Aug 2003 07:27:01 -0000 1.24 +++ blocks.properties 7 Aug 2003 08:56:39 -0000 1.25 @@ -43,7 +43,6 @@ #exclude.block.velocity=true #exclude.block.web3=true #exclude.block.xmldb=true -#exclude.block.xmlform=true # Unstable blocks -------------------------------------------------------------- @@ -73,3 +72,12 @@ #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 \ No newline at end of file
