You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2006/08/18 13:03:23 UTC

svn commit: r432551 - /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties

Author: lgawron
Date: Fri Aug 18 04:03:20 2006
New Revision: 432551

URL: http://svn.apache.org/viewvc?rev=432551&view=rev
Log:
sync with cocoon-webapp

Modified:
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties

Modified: cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties?rev=432551&r1=432550&r2=432551&view=diff
==============================================================================
--- cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties (original)
+++ cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/properties/core.properties Fri Aug 18 04:03:20 2006
@@ -18,7 +18,7 @@
 # Cocoon in.
 
 # This parameter points to the main configuration file for Cocoon.
-org.apache.cocoon.configuration=/WEB-INF/cocoon.xconf
+org.apache.cocoon.configuration=/WEB-INF/cocoon/cocoon.xconf
 
 # Delay between reload checks for the configuration in ms.
 # The check is only performed if reloading is turned on!
@@ -37,7 +37,7 @@
 #org.apache.cocoon.reloading.flow=yes
 
 # This parameter indicates the log4j configuration file.
-org.apache.cocoon.logging.configuration=WEB-INF/log4j.xconf
+org.apache.cocoon.logging.configuration=WEB-INF/cocoon/log4j.xconf
 
 # This parameter indicates the category id of the logger
 # configuration used by the environment Cocoon runs in (CLI, Servlet etc.).