You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jorg Heymans <jh...@domek.be> on 2004/06/07 16:46:43 UTC

[PATCH] tour block has dependency on slop

Index: blocks.properties
===================================================================
RCS file: /home/cvspublic/cocoon-2.1/blocks.properties,v
retrieving revision 1.80
diff -u -r1.80 blocks.properties
--- blocks.properties	7 Jun 2004 01:04:18 -0000	1.80
+++ blocks.properties	7 Jun 2004 14:46:23 -0000
@@ -140,10 +140,11 @@
  #include.block.serializers=false
  #-----[dependency]: "slide" depends on "jms", "repository".
  #include.block.slide=false
+#-----[dependency]: "slop" is needed by "tour".
  #include.block.slop=false
  #include.block.stx=false
  #include.block.taglib=false
-#-----[dependency]: "tour" depends on "batik", "fop", "forms".
+#-----[dependency]: "tour" depends on "batik", "fop", "forms", "slop".
  #include.block.tour=false
  #-----[dependency]: "webdav" depends on "repository".
  #include.block.webdav=false


Re: [PATCH] tour block has dependency on slop

Posted by Jorg Heymans <jh...@domek.be>.
Good to know thanks !

Jorg

Joerg Heinicke wrote:
> Thanks for the hint. Important is adding the dependency in gump.xml.
> The blocks.properties is only generated by
> "build generate-blocks.properties".
> 
> Joerg
> 


Re: [PATCH] tour block has dependency on slop

Posted by Joerg Heinicke <jo...@gmx.de>.
Thanks for the hint. Important is adding the dependency in gump.xml.
The blocks.properties is only generated by
"build generate-blocks.properties".

Joerg