ciform/codecs/sha1/build.properties

42 lines
1.4 KiB
Properties

########################################
#
# This file is a convenient way to define some parameters
# specific to the project, rather than from inside the build script.
#
# Depending on the ant targets that will be invoked,
# some properties will be required, some others won't.
#
# Usually you should not need to override those properties.
# If you really need to, you can create a new file called "local.properties"
# in the same directory and put inside any property you want to fit your local configuration.
#
# If you don't wish to create such a file, you can pass the required properties
# to ant as command line arguments using the -D option.
#
# Do NOT commit the "local.properties" file to the version control system
# (CVS, SVN, ...) : it should stay as a local configuration only.
# Do not modify or remove this file from the v.c.s. either ;-o
#
########################################
# Where the source files are : here Maven-style
src.dir=${basedir}/src/main/javascript
# A working directory to store temporary files
build.dir=${basedir}/build
# Where to find the tests sources
tests.dir=${basedir}/src/test/javascript
# Where to output tests results
tests.logs=${build.dir}/logs
# Where to create the packages
target.dir=${basedir}/target
# Where the generated libraries are going
lib.dir=${target.dir}/lib
# Where to copy the api documentation
doc.dir=${target.dir}/api