bdelacretaz 2004/03/11 06:12:08
Modified: . blocks.properties
tools/src gump2blocks.properties.xsl
Log:
indicate that blocks.properties is generated from gump.xml
Revision Changes Path
1.66 +4 -0 cocoon-2.1/blocks.properties
Index: blocks.properties
===================================================================
RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- blocks.properties 11 Mar 2004 00:18:19 -0000 1.65
+++ blocks.properties 11 Mar 2004 14:12:08 -0000 1.66
@@ -29,6 +29,10 @@
# Disabling batik, for example, will result in a RuntimeException when using
# fop. On the other hand some dependencies come only from the block samples.
+# NOTE: (to Cocoon committers): blocks.properties is generated from gump.xml
+# using "build generate-blocks.properties". Any changes to blocks definitions
+# must be made in gump.xml, not here.
+
# Stable blocks
----------------------------------------------------------------
1.5 +5 -0 cocoon-2.1/tools/src/gump2blocks.properties.xsl
Index: gump2blocks.properties.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/src/gump2blocks.properties.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gump2blocks.properties.xsl 11 Mar 2004 02:52:12 -0000 1.4
+++ gump2blocks.properties.xsl 11 Mar 2004 14:12:08 -0000 1.5
@@ -17,6 +17,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:desc="description">
+<!-- generates blocks.properties from gump.xml -->
<xsl:output method="text"/>
<xsl:key name="status" match="project[starts-with(@name, 'cocoon-block-')]"
use="@status"/>
@@ -56,6 +57,10 @@
# 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.
+
+# NOTE: (to Cocoon committers): blocks.properties is generated from gump.xml
+# using "build generate-blocks.properties". Any changes to blocks definitions
+# must be made in gump.xml, not here.
</desc:desc>