Update of /cvsroot/babeldoc/babeldoc/modules/core/build/core/env
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10822/modules/core/build/core/env
Added Files:
build.properties config.properties
Log Message:
Minor update
--- NEW FILE: build.properties ---
#
# Babeldoc build properties file.
#
# DO NOT MODIFY THIS FILE
#
# Copy what you need to: local.properties and modify that - it will
# Override whatever is in this file
#
src = ./src
babeldoc_version = 1.3.1
config = ./config
modules = ./modules
docs = ./docs
lib = ./lib
build = ./build
support = ./support
core.module.name = core
#
# Build settings
build.compiler=modern
compile.debug=on
compile.deprecation=on
#
# Jalopy properties
jalopy.convention= ./support/jalopy/babeldocconvention.xml
jalopy.fileformat = unix
jalopy.history = none
jalopy.loglevel = WARN
jalopy.threads = 1
#
# Exclude the following modules from the build
# (DO NOT CHANGE THESE - Change your local.properties
#exclude-babelfish=true
#exclude-sql=true
#exclude-scanner=true
#exclude-j2ee=true
#exclude-conversion=true
#exclude-gui=true
#exclude-crypto=true
#exclude-soap=true
#exclude-web=true
#exclude-xslfo=true
--- NEW FILE: config.properties ---
java.security.policy=${babeldoc.home}/lib/policy
log4j.configuration=log/config.properties
|