PageRenderTime 114ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/android/class/ant.properties

#
Properties File | 17 lines | 0 code | 4 blank | 13 comment | 0 complexity | 363d1c26e3ce63a48a86a555f0fcbc2a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. # This file is used to override default values used by the Ant build system.
  2. #
  3. # This file must be checked in 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.