ant.properties 698 B

123456789101112131415161718
  1. # This file is used to override default values used by the Ant build system.
  2. #
  3. # This file must be checked into Version Control Systems, as it is
  4. # integral to the build system of your project.
  5. # This file is only used by the Ant script.
  6. # You can use this to override default values such as
  7. # 'source.dir' for the location of your java source folder and
  8. # 'out.dir' for the location of your output folder.
  9. # You can also use it define how the release builds are signed by declaring
  10. # the following properties:
  11. # 'key.store' for the location of your keystore and
  12. # 'key.alias' for the name of the key to use.
  13. # The password will be asked during the build when you use the 'release' target.