##------------------------------------------------------------------------------ # Copyright 2005 The Apache Software Foundation # # Licensed 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. ##------------------------------------------------------------------------------ # Configuration properties for build.xml # # DO NOT EDIT THIS FILE unless adding new parameters or changing # default values - this file is meant to hold default values only, # # To set custom values, make a copy of this file, call it # local.user.properties and edit values there. # # The values from local-user.properties (which is not stored in SVN) # override those from this file. # -------------------------------------------------------------------------- # $Id$ # -------------------------------------------------------------------------- # Select the Cocoon distribution to use - this must point to the directory # that contains the Cocoon build.sh and cocoon.sh scripts. # For example: # cocoon.distro.home=/software/cocoon/2.1.7 # See STATUS.TXT for supported Cocoon releases. # # To customize the Cocoon build see src/cocoon/config/cocoon.build.properties # -------------------------------------------------------------------------- cocoon.distro.home=PATH_TO_2.1.7._RELEASE_NOT_SET_IN_user.properties # Logging setup # -------------------------------------------------------------------------- log4j.user.properties=src/cocoon/config/log4-config.properties # Derby database setup # -------------------------------------------------------------------------- # Where to create the Derby database - this path must be relative # to the directory which contains the main build.xml derby.home = derby-database # name of our derby database derby.database = bricks-cms # JVM options (remote debugging, etc) # -------------------------------------------------------------------------- # Use suspend=y to wait for debugger at startup # Uncomment one of the following sets of lines only: # set 1: activate remote debuging # jvm.debug.message = Debugging activated from user.properties # jvm.debug.options = -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n # set 2: no remote debugging jvm.debug.message = Remote debugging disabled jvm.debug.options = # additional JVM options jvm.options = -Xmx128M -Dfile.encoding=iso-8859-1