You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2006/02/08 11:19:48 UTC

svn commit: r375915 - in /cocoon/branches/BRANCH_2_1_X: blocks.properties tools/src/gump2blocks.properties.xsl

Author: bdelacretaz
Date: Wed Feb  8 02:19:45 2006
New Revision: 375915

URL: http://svn.apache.org/viewcvs?rev=375915&view=rev
Log:
mention the generate-blocks.properties build target at the top of blocks.properties

Modified:
    cocoon/branches/BRANCH_2_1_X/blocks.properties
    cocoon/branches/BRANCH_2_1_X/tools/src/gump2blocks.properties.xsl

Modified: cocoon/branches/BRANCH_2_1_X/blocks.properties
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/blocks.properties?rev=375915&r1=375914&r2=375915&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/blocks.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/blocks.properties Wed Feb  8 02:19:45 2006
@@ -15,6 +15,12 @@
 #
 
 #------------------------------------------------------------------------------#
+# ***** DO  NOT edit blocks.properties yourself! ********                      #
+# This file is generated from gump.xml - to keep it in sync when that file is  #
+# modified, use the generate-blocks.properties build target.                   #
+#------------------------------------------------------------------------------#
+
+#------------------------------------------------------------------------------#
 #                             Cocoon Blocks                                    #
 #------------------------------------------------------------------------------#
 

Modified: cocoon/branches/BRANCH_2_1_X/tools/src/gump2blocks.properties.xsl
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/src/gump2blocks.properties.xsl?rev=375915&r1=375914&r2=375915&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/src/gump2blocks.properties.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/src/gump2blocks.properties.xsl Wed Feb  8 02:19:45 2006
@@ -42,6 +42,14 @@
 #
 </desc:desc>
 
+<desc:desc name="do-not-edit">
+#------------------------------------------------------------------------------#
+# ***** DO  NOT edit blocks.properties yourself! ********                      #
+# This file is generated from gump.xml - to keep it in sync when that file is  #
+# modified, use the generate-blocks.properties build target.                   #
+#------------------------------------------------------------------------------#
+</desc:desc>
+
 <desc:desc name="common">
 #------------------------------------------------------------------------------#
 #                             Cocoon Blocks                                    #
@@ -127,6 +135,7 @@
 
 <xsl:template match="/module">
     <xsl:value-of select="document('')/xsl:stylesheet/desc:descs/desc:desc[@name = 'license']"/>
+    <xsl:value-of select="document('')/xsl:stylesheet/desc:descs/desc:desc[@name = 'do-not-edit']"/>
     <xsl:value-of select="document('')/xsl:stylesheet/desc:descs/desc:desc[@name = 'common']"/>
     <xsl:apply-templates
         select="project[starts-with(@name, 'cocoon-block-')]