18 lines
507 B
Properties
18 lines
507 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
|
|
|
|
src.javacc.dir=${basedir}/src/main/javacc
|
|
javacc.home.dir=c:/java/javacc-4.0
|
|
|
|
project.base.version=1.2.2-SNAPSHOT
|
|
#project.version=${project.base.version}
|
|
#ivy.status=release
|
|
|
|
javac.source=1.3
|
|
javac.target=1.3
|
|
|
|
# extend common-build with source capability
|
|
main.build.configs=global,buildtime,test,source
|