You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/04/07 10:58:03 UTC

svn commit: r160387 - in cocoon/branches/BRANCH_2_1_X: blocks.properties gump.xml

Author: antonio
Date: Thu Apr  7 01:58:01 2005
New Revision: 160387

URL: http://svn.apache.org/viewcvs?view=rev&rev=160387
Log:
iText samples depends on XSP block.

Modified:
    cocoon/branches/BRANCH_2_1_X/blocks.properties
    cocoon/branches/BRANCH_2_1_X/gump.xml

Modified: cocoon/branches/BRANCH_2_1_X/blocks.properties
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/blocks.properties?view=diff&r1=160386&r2=160387
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/blocks.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/blocks.properties Thu Apr  7 01:58:01 2005
@@ -69,6 +69,7 @@
 #-----[dependency]: "hsqldb" is needed by "jms", "ojb", "petstore".
 #include.block.hsqldb=false
 #include.block.html=false
+#-----[dependency]: "itext" depends on "xsp" (for samples).
 #include.block.itext=false
 #include.block.jfor=false
 #include.block.jsp=false
@@ -96,7 +97,7 @@
 #include.block.web3=false
 #-----[dependency]: "xmldb" depends on "databases".
 #include.block.xmldb=false
-#-----[dependency]: "xsp" is needed by "databases", "linkrewriter", "python", "session-fw", "woody".
+#-----[dependency]: "xsp" is needed by "databases", "itext", "linkrewriter", "python", "session-fw", "woody".
 #include.block.xsp=false
 
 # Deprecated blocks ------------------------------------------------------------

Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/gump.xml?view=diff&r1=160386&r2=160387
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml Thu Apr  7 01:58:01 2005
@@ -238,6 +238,7 @@
 
     <depend project="cocoon" inherit="all"/>
     <depend project="itext"/>
+    <depend project="cocoon-block-xsp" type="samples"/>
 
     <library name="itext"/>