author | Sam Lantinga |
Wed, 28 Sep 2016 22:24:01 -0700 | |
changeset 10375 | 9cf405a99347 |
parent 4965 | 91d0085b7560 |
permissions | -rw-r--r-- |
slouken@4965 | 1 |
# This file is used to override default values used by the Ant build system. |
slouken@4965 | 2 |
# |
slouken@4965 | 3 |
# This file must be checked in Version Control Systems, as it is |
slouken@4965 | 4 |
# integral to the build system of your project. |
slouken@4965 | 5 |
|
slouken@4965 | 6 |
# This file is only used by the Ant script. |
slouken@4965 | 7 |
|
slouken@4965 | 8 |
# You can use this to override default values such as |
slouken@4965 | 9 |
# 'source.dir' for the location of your java source folder and |
slouken@4965 | 10 |
# 'out.dir' for the location of your output folder. |
slouken@4965 | 11 |
|
slouken@4965 | 12 |
# You can also use it define how the release builds are signed by declaring |
slouken@4965 | 13 |
# the following properties: |
slouken@4965 | 14 |
# 'key.store' for the location of your keystore and |
slouken@4965 | 15 |
# 'key.alias' for the name of the key to use. |
slouken@4965 | 16 |
# The password will be asked during the build when you use the 'release' target. |
slouken@4965 | 17 |