2012-01-27 14:11:31 +01:00
|
|
|
########################################
|
|
|
|
#
|
2012-01-27 19:42:49 +01:00
|
|
|
# This file defines properties specific only to this project.
|
2012-01-27 14:11:31 +01:00
|
|
|
#
|
2012-01-27 19:42:49 +01:00
|
|
|
# Some important properties are marked as "required" so you can spot them.
|
|
|
|
# They are required to have valid values for the projects to build.
|
2012-01-27 14:11:31 +01:00
|
|
|
#
|
|
|
|
# You should not need to override those properties.
|
2012-01-27 19:42:49 +01:00
|
|
|
# If you really need to, you may create a new file called "local.properties" in the same directory
|
|
|
|
# and put inside any property you want to fit your local configuration.
|
2012-01-27 14:11:31 +01:00
|
|
|
#
|
2012-01-27 19:42:49 +01:00
|
|
|
# The "local.properties" file is meant to stay local,
|
|
|
|
# therefore you won't find it on the version control system (SVN, Hg, ...).
|
2012-01-27 14:11:31 +01:00
|
|
|
#
|
2012-01-27 19:42:49 +01:00
|
|
|
# If you don't wish to create such a file, you may pass the required properties
|
2012-01-27 14:11:31 +01:00
|
|
|
# to ant as command line arguments using the -D option.
|
|
|
|
#
|
|
|
|
########################################
|
|
|
|
|
|
|
|
# Where the source files are : here Maven-style
|
2012-02-01 13:06:00 +01:00
|
|
|
src.dir=${basedir}/src/main/js
|
2012-01-27 14:11:31 +01:00
|
|
|
|
2012-02-01 13:06:00 +01:00
|
|
|
# Temporary directory where to put intermediate files during build
|
2012-01-27 14:11:31 +01:00
|
|
|
build.dir=${basedir}/build
|
|
|
|
|
2012-02-01 13:06:00 +01:00
|
|
|
# Where the final files are going
|
2012-01-27 14:11:31 +01:00
|
|
|
target.dir=${basedir}/target
|
|
|
|
|
2012-02-01 13:06:00 +01:00
|
|
|
# A directory where all external tools can be found
|
|
|
|
tools.dir=${basedir}/../../tools
|
2012-01-27 14:11:31 +01:00
|
|
|
|
2012-02-01 13:06:00 +01:00
|
|
|
# Global properties file
|
2012-01-27 19:42:49 +01:00
|
|
|
common.properties=${tools.dir}/build/common.properties
|