libreccm-legacy/tools-ng/ecdc/conf/build.properties

45 lines
1.1 KiB
Properties

##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "local.build.properties" in the project base dir with the properties
## to overwrite.
##
## TESTING #################################################
# This must point to an initialization file, such as enterprise.init
test.initscript=${app.server.parent.dir}/conf/log4j.properties
# This should be set to the base URL of your Web server,
# so HTTP unit tests can find it.
test.server.url=http://localhost:8080
# This should be set to the URL of the Cactus ServletRedirector
# used for Cactus JUnit tests
test.server.cactusURL=http://localhost:8080/ServletRedirector
# JUnit properties
junit.test.haltonfailure=off
junit.test.haltonerror=off
junit.fork=true
## BUILDING ################################################
# Set to 'modern' or 'jikes'
build.compiler=modern
# These properties apply to Javac and Jikes
compile.debug=on
compile.optimize=on
compile.deprecation=off
compile.verbose=off
compile.nowarn=on
# These properties are specific to Jikes
build.compiler.emacs=off
build.compiler.pedantic=off
build.compiler.fulldepend=off