You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/12/29 13:59:24 UTC

svn commit: r490996 - in /cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties: core.properties dev/core.properties

Author: cziegeler
Date: Fri Dec 29 04:59:23 2006
New Revision: 490996

URL: http://svn.apache.org/viewvc?view=rev&rev=490996
Log:
Use only true or false for properties

Modified:
    cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/core.properties
    cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/dev/core.properties

Modified: cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/core.properties
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/core.properties?view=diff&rev=490996&r1=490995&r2=490996
==============================================================================
--- cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/core.properties (original)
+++ cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/core.properties Fri Dec 29 04:59:23 2006
@@ -23,16 +23,16 @@
 org.apache.cocoon.reload-delay=1000
 
 # Allow reinstantiating (reloading) of the cocoon instance. If this is
-# set to "yes" or "true", a new cocoon instance can be created using
+# set to "true", a new cocoon instance can be created using
 # the request parameter "cocoon-reload". It also enables that Cocoon is
-# reloaded when cocoon.xconf changes. Default is no for security reasons.
-org.apache.cocoon.reloading=no
+# reloaded when cocoon.xconf changes. Default is false for security reasons.
+org.apache.cocoon.reloading=true
 
 # Turn on reloading for specific parts:
-#org.apache.cocoon.reloading.sitemap=yes
+#org.apache.cocoon.reloading.sitemap=true
 #org.apache.cocoon.reload-delay.sitemap=5000
-#org.apache.cocoon.reloading.config=yes
-#org.apache.cocoon.reloading.flow=yes
+#org.apache.cocoon.reloading.config=true
+#org.apache.cocoon.reloading.flow=true
 
 # Causes all files in multipart requests to be processed.
 # Default is true but the maximum allowed size is kept small for security reasons.
@@ -90,10 +90,10 @@
 # For IBM WebSphere:
 #org.apache.cocoon.classloader.load.classes.websphere=com.ibm.servlet.classloader.Handler
 
-# If you set this parameter to 'true' or 'yes', Cocoon will add processing
+# If you set this parameter to 'true', Cocoon will add processing
 # time to the end of each response. Value 'hide' adds processing time as an
 # HTML comment. By default, processing time is not added (corresponds to
-# value 'no').
+# value 'false').
 # NOTE: If you use this feature, Cocoon might generated a wrong content
 # length header in the response. This is due to the internal processing
 # of Readers and the Caching. So, this might be the reason if you get

Modified: cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/dev/core.properties
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/dev/core.properties?view=diff&rev=490996&r1=490995&r2=490996
==============================================================================
--- cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/dev/core.properties (original)
+++ cocoon/trunk/core/cocoon-core/src/main/resources/META-INF/cocoon/properties/dev/core.properties Fri Dec 29 04:59:23 2006
@@ -18,4 +18,4 @@
 org.apache.cocoon.log4j.loglevel=debug
 
 # Turn on reloading for all parts
-org.apache.cocoon.reloading=yes
+org.apache.cocoon.reloading=true