sandbox initial commit

This commit is contained in:
Keith Donald
2007-03-06 20:54:36 +00:00
parent 81daee75de
commit a67d87e3bf
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 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.5
javac.target=1.5
# Do not publish built artifacts to the integration repository
do.publish=false