joerg 2004/03/25 06:24:58
Modified: . blocks.properties gump.xml
Log:
chaperon block samples depend on xsp block
Revision Changes Path
1.70 +3 -1 cocoon-2.1/blocks.properties
Index: blocks.properties
===================================================================
RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- blocks.properties 25 Mar 2004 02:22:04 -0000 1.69
+++ blocks.properties 25 Mar 2004 14:24:57 -0000 1.70
@@ -49,6 +49,7 @@
#-----[dependency]: "batik" is needed by "fop", "scratchpad".
#exclude.block.batik=true
#exclude.block.bsf=true
+#-----[dependency]: "chaperon" depends on "xsp" (for samples).
#exclude.block.chaperon=true
#-----[dependency]: "databases" is needed by "hsqldb", "jms", "ojb",
"petstore", "repository", "xmldb".
#exclude.block.databases=true
@@ -62,6 +63,7 @@
#exclude.block.itext=true
#exclude.block.jfor=true
#exclude.block.jsp=true
+#-----[dependency]: "linkrewriter" depends on "xsp".
#exclude.block.linkrewriter=true
#exclude.block.lucene=true
#exclude.block.naming=true
@@ -82,7 +84,7 @@
#exclude.block.web3=true
#-----[dependency]: "xmldb" depends on "databases".
#exclude.block.xmldb=true
-#-----[dependency]: "xsp" is needed by "forms", "python", "scratchpad",
"session-fw", "woody".
+#-----[dependency]: "xsp" is needed by "chaperon", "forms", "linkrewriter",
"python", "scratchpad", "session-fw", "woody".
#exclude.block.xsp=true
# Unstable blocks
--------------------------------------------------------------
1.134 +2 -1 cocoon-2.1/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/gump.xml,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- gump.xml 25 Mar 2004 14:12:57 -0000 1.133
+++ gump.xml 25 Mar 2004 14:24:57 -0000 1.134
@@ -186,6 +186,7 @@
<depend project="cocoon" inherit="all"/>
<depend project="chaperon"/>
+ <depend project="cocoon-block-xsp" type="samples"/>
<work nested="build/cocoon-@@DATE@@/blocks/chaperon/dest"/>
<work nested="build/cocoon-@@DATE@@/blocks/chaperon/test"/>