You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/08/10 05:59:16 UTC

svn commit: r430233 - in /forrest/trunk/main/webapp/WEB-INF/properties: ./ core.properties dev/ dev/core.properties prod/ prod/core.properties

Author: crossley
Date: Wed Aug  9 20:59:16 2006
New Revision: 430233

URL: http://svn.apache.org/viewvc?rev=430233&view=rev
Log:
Issue: FOR-917 "use Cocoon's new running modes properties system"

Added:
    forrest/trunk/main/webapp/WEB-INF/properties/
    forrest/trunk/main/webapp/WEB-INF/properties/core.properties   (with props)
    forrest/trunk/main/webapp/WEB-INF/properties/dev/
    forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties   (with props)
    forrest/trunk/main/webapp/WEB-INF/properties/prod/
    forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties   (with props)

Added: forrest/trunk/main/webapp/WEB-INF/properties/core.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/properties/core.properties?rev=430233&view=auto
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/properties/core.properties (added)
+++ forrest/trunk/main/webapp/WEB-INF/properties/core.properties Wed Aug  9 20:59:16 2006
@@ -0,0 +1,33 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This file contains the default settings for Cocoon.
+# You should NOT change this file directly. Create your own properties
+# file and put it in the sub directories for the mode you are running
+# Cocoon in.
+
+# This parameter points to the main configuration file for Cocoon.
+org.apache.cocoon.configuration=/WEB-INF/cocoon.xconf
+
+# This parameter indicates the log level to use throughout startup of the
+# system. As soon as the logging system is set up, the setting of the
+# logging system is used instead!
+# Available levels are:
+#       DEBUG:        prints all level of log messages.
+#       INFO:         prints all level of log messages except DEBUG ones.
+#       WARN:         prints all level of log messages except DEBUG and INFO ones.
+#       ERROR:        prints all level of log messages except DEBUG, INFO and WARN ones.
+#       FATAL_ERROR:  prints only log messages of this level
+org.apache.cocoon.logging.bootstrap.loglevel=WARN

Propchange: forrest/trunk/main/webapp/WEB-INF/properties/core.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties?rev=430233&view=auto
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties (added)
+++ forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties Wed Aug  9 20:59:16 2006
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# FIXME: FOR-
+# Testing gettting a property into forrest-core.xconf
+# Try "10" for maximum messages.
+org.apache.xml.resolver.verbosity=1

Propchange: forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties?rev=430233&view=auto
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties (added)
+++ forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties Wed Aug  9 20:59:16 2006
@@ -0,0 +1,14 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.

Propchange: forrest/trunk/main/webapp/WEB-INF/properties/prod/core.properties
------------------------------------------------------------------------------
    svn:eol-style = native