12 lines
318 B
Properties
12 lines
318 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.0.5-SNAPSHOT
|
|
#project.version=${project.base.version}
|
|
#ivy.status=release
|
|
|
|
javac.source=1.3
|
|
javac.target=1.3
|