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 11:10:26 UTC

svn commit: r160391 - in cocoon/trunk: blocks.properties gump.xml

Author: antonio
Date: Thu Apr  7 02:10:25 2005
New Revision: 160391

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

Modified:
    cocoon/trunk/blocks.properties
    cocoon/trunk/gump.xml

Modified: cocoon/trunk/blocks.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks.properties?view=diff&r1=160390&r2=160391
==============================================================================
--- cocoon/trunk/blocks.properties (original)
+++ cocoon/trunk/blocks.properties Thu Apr  7 02:10:25 2005
@@ -68,6 +68,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
@@ -94,7 +95,7 @@
 #-----[dependency]: "xmldb" depends on "databases".
 #include.block.xmldb=false
 #-----[dependency]: "xsp" depends on "databases", "session-fw".
-#-----[dependency]: "xsp" is needed by "python", "scratchpad".
+#-----[dependency]: "xsp" is needed by "itext", "python", "scratchpad".
 #include.block.xsp=false
 
 # Unstable blocks --------------------------------------------------------------

Modified: cocoon/trunk/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/gump.xml?view=diff&r1=160390&r2=160391
==============================================================================
--- cocoon/trunk/gump.xml (original)
+++ cocoon/trunk/gump.xml Thu Apr  7 02:10:25 2005
@@ -259,6 +259,7 @@
 
     <depend project="cocoon" inherit="all"/>
     <depend project="itext"/>
+    <depend project="cocoon-block-xsp" type="samples"/>
 
     <library name="itext"/>