15 lines
419 B
Properties
15 lines
419 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
|
|
|
|
project.base.version=1.2-dev
|
|
#project.version=${project.base.version}
|
|
#ivy.status=release
|
|
|
|
javac.source=1.5
|
|
javac.target=1.5
|
|
|
|
# extend common-build with source capability
|
|
main.build.configs=global,buildtime,test,source
|