You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2005/10/10 19:00:56 UTC

svn commit: r312684 - /lenya/trunk/src/cocoon/local.blocks.properties

Author: thorsten
Date: Mon Oct 10 10:00:52 2005
New Revision: 312684

URL: http://svn.apache.org/viewcvs?rev=312684&view=rev
Log:
Applied patch submitted by Felix Röthenbacher. Fixes Bug 36996. Thanks Felix

Modified:
    lenya/trunk/src/cocoon/local.blocks.properties

Modified: lenya/trunk/src/cocoon/local.blocks.properties
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/cocoon/local.blocks.properties?rev=312684&r1=312683&r2=312684&view=diff
==============================================================================
--- lenya/trunk/src/cocoon/local.blocks.properties (original)
+++ lenya/trunk/src/cocoon/local.blocks.properties Mon Oct 10 10:00:52 2005
@@ -44,6 +44,14 @@
 # using "build generate-blocks.properties". Any changes to blocks definitions
 # must be made in gump.xml, not here.
 
+# All blocks -------------------------------------------------------------------
+
+# Use this property to exclude all blocks at once
+# exclude.all.blocks=true
+
+# Use this property to include all blocks at once
+# include.all.blocks=true
+
 
 # Stable blocks ----------------------------------------------------------------
 
@@ -55,10 +63,9 @@
 #-----[dependency]: "authentication-fw" depends on "session-fw".
 #-----[dependency]: "authentication-fw" is needed by "portal", "portal-fw".
 include.block.authentication-fw=false
-#-----[dependency]: "batik" is needed by "fop", "scratchpad", "tour".
+#-----[dependency]: "batik" is needed by "fop", "tour".
 #include.block.batik=false
 include.block.bsf=false
-#-----[dependency]: "chaperon" depends on "xsp" (for samples).
 #include.block.chaperon=false
 #-----[dependency]: "databases" depends on "xsp".
 #-----[dependency]: "databases" is needed by "hsqldb", "jms", "ojb", "petstore", "repository", "xmldb".
@@ -69,20 +76,23 @@
 #-----[dependency]: "hsqldb" depends on "databases".
 #-----[dependency]: "hsqldb" is needed by "jms", "ojb", "petstore".
 #include.block.hsqldb=false
-#-----[dependency]: "html" is needed by "portal".
 #include.block.html=false
+#-----[dependency]: "itext" depends on "xsp" (for samples).
 include.block.itext=false
 include.block.jfor=false
 include.block.jsp=false
 #-----[dependency]: "linkrewriter" depends on "xsp".
 #include.block.linkrewriter=false
-#-----[dependency]: "lucene" depends on "forms" (for samples), "xsp" (for samples).
+#-----[dependency]: "lucene" is needed by "querybean".
 #include.block.lucene=false
+include.block.midi=false
 #include.block.naming=false
+#-----[dependency]: "ojb" depends on "databases" (for samples), "forms" (for samples), "hsqldb" (for samples).
+#-----[dependency]: "ojb" is needed by "javaflow", "portal", "querybean".
+include.block.ojb=false
 include.block.paranoid=false
-include.block.php=false
 include.block.poi=false
-#-----[dependency]: "portal" depends on "authentication-fw", "html", "session-fw".
+#-----[dependency]: "portal" depends on "authentication-fw", "cron", "forms", "ojb", "session-fw".
 #-----[dependency]: "portal" is needed by "faces".
 include.block.portal=false
 #include.block.profiler=false
@@ -97,9 +107,23 @@
 #-----[dependency]: "xmldb" depends on "databases".
 # TODO: Including the xmldb block might cause a conflict with the patched xmldb libraries lib/xmldb-common-2003-09-02.jar and lib/xmldb-xupdate-2003-10-14.jar
 include.block.xmldb=false
-#-----[dependency]: "xsp" is needed by "chaperon", "databases", "eventcache", "forms", "linkrewriter", "lucene", "python", "scratchpad", "session-fw", "woody".
+#-----[dependency]: "xsp" is needed by "databases", "itext", "linkrewriter", "python", "session-fw", "woody".
 #include.block.xsp=false
 
+# Deprecated blocks ------------------------------------------------------------
+
+# Although some of these blocks may have been stable, they are now deprecated
+# in favour of other blocks and therefore are excluded by default from the build.
+# For including one of them you have to set the exclude property into comment in
+# blocks.properties.
+
+include.block.php=false
+#-----[dependency]: "portal-fw" depends on "authentication-fw", "session-fw".
+include.block.portal-fw=false
+include.block.swf=false
+#-----[dependency]: "woody" depends on "xsp" (for samples).
+include.block.woody=false
+
 # Unstable blocks --------------------------------------------------------------
 
 # Unstable blocks are currently under development and do not guarantee that the
@@ -110,67 +134,54 @@
 # its development as things might change over time before they are marked
 # stable.
 
+#-----[dependency]: "ajax" is needed by "forms".
+#include.block.ajax=false
 #-----[dependency]: "apples" depends on "forms" (for samples).
 include.block.apples=false
 #-----[dependency]: "asciiart" is needed by "mail".
 include.block.asciiart=true
-#-----[dependency]: "axis" is needed by "scratchpad".
 include.block.axis=false
-#-----[dependency]: "cron" is needed by "scratchpad".
+#include.block.captcha=false
+#-----[dependency]: "cron" is needed by "jms", "portal".
 include.block.cron=true
 #include.block.deli=false
-#-----[dependency]: "eventcache" depends on "jms", "xsp" (for samples).
-#-----[dependency]: "eventcache" is needed by "repository", "scratchpad".
+#-----[dependency]: "eventcache" depends on "jms".
+#-----[dependency]: "eventcache" is needed by "repository".
 include.block.eventcache=false
 #-----[dependency]: "faces" depends on "portal", "taglib".
 include.block.faces=false
-#-----[dependency]: "forms" depends on "xsp" (for samples).
-#-----[dependency]: "forms" is needed by "apples", "javaflow", "lucene", "ojb", "petstore", "tour".
+#-----[dependency]: "forms" depends on "ajax".
+#-----[dependency]: "forms" is needed by "apples", "javaflow", "ojb", "petstore", "portal", "querybean", "tour".
 #include.block.forms=false
 #-----[dependency]: "javaflow" depends on "forms", "ojb".
 include.block.javaflow=false
 include.block.jcr=true
-#-----[dependency]: "jms" depends on "databases" (for samples), "hsqldb".
+#-----[dependency]: "jms" depends on "cron", "databases" (for samples), "hsqldb".
 #-----[dependency]: "jms" is needed by "eventcache", "slide".
 include.block.jms=false
 include.block.linotype=false
 #-----[dependency]: "mail" depends on "asciiart".
 include.block.mail=true
-include.block.midi=false
-#-----[dependency]: "ojb" depends on "databases" (for samples), "forms" (for samples), "hsqldb" (for samples).
-#-----[dependency]: "ojb" is needed by "javaflow".
-include.block.ojb=false
 #-----[dependency]: "petstore" depends on "databases", "forms", "hsqldb", "velocity".
 include.block.petstore=false
 #include.block.proxy=false
 include.block.qdox=false
+#-----[dependency]: "querybean" depends on "forms" (for samples), "lucene", "ojb".
+#include.block.querybean=false
 #-----[dependency]: "repository" depends on "databases", "eventcache".
-#-----[dependency]: "repository" is needed by "scratchpad", "slide", "webdav".
+#-----[dependency]: "repository" is needed by "slide", "webdav".
 include.block.repository=false
-#-----[dependency]: "scratchpad" depends on "axis", "batik" (for samples), "cron", "eventcache", "repository", "xsp".
-include.block.scratchpad=false
 #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
 #-----[dependency]: "taglib" is needed by "faces".
 include.block.taglib=false
-#-----[dependency]: "tour" depends on "batik", "fop", "forms".
+#-----[dependency]: "tour" depends on "batik", "fop", "forms", "slop".
 include.block.tour=false
+#include.block.validation=false
 #-----[dependency]: "webdav" depends on "repository".
 include.block.webdav=false
-
-# Deprecated blocks ------------------------------------------------------------
-
-# Although some of these blocks may have been stable, they are now deprecated
-# in favour of other blocks and therefore are excluded by default from the build.
-# For including one of them you have to set the exclude property into comment in
-# blocks.properties.
-
-include.block.php=false
-#-----[dependency]: "portal-fw" depends on "authentication-fw", "session-fw".
-include.block.portal-fw=false
-include.block.swf=false
-#-----[dependency]: "woody" depends on "xsp" (for samples).
-include.block.woody=false
+#include.block.xsltal=false



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org