10 lines
303 B
Properties
10 lines
303 B
Properties
# properties defined in this file are overridable by a local build.properties in this project dir
|
|
|
|
# The location of the common build system
|
|
common.build.dir=${basedir}/../../common-build
|
|
|
|
javac.source=1.3
|
|
javac.target=1.3
|
|
|
|
# Do not publish built artifacts to the integration repository
|
|
do.publish=false |