mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
a0ee0b1561
.gitignore: added files created by new targets. build.xml: removed targets install and reinstall. modified target help to depend on android_rules.help and only explain targets defined here. updated target javadoc. added targets lint-xml, lint-html, and monkey. added private target -pre-clean to remove files created by new targets. tests/AndroidManifest.xml: updated note on running the tests. tests/ant.properties: removed test.runner as target test is now overridden. tests/build.xml: removed target test-report as it is now integrated with overridden target test. overrode target test to disable deleting coverage.em and use the new test runner. overrode target help to depend on android_rules.help and only explain targets defined here. added targets javadoc, lint-xml, lint-html, and artifacts. added private target -pre-clean to remove files created by new targets. tests/clean-tests.sh: new sh script to run through all the tests.
19 lines
719 B
Properties
19 lines
719 B
Properties
# This file is used to override default values used by the Ant build system.
|
|
#
|
|
# This file must be checked in Version Control Systems, as it is
|
|
# integral to the build system of your project.
|
|
|
|
# This file is only used by the Ant script.
|
|
|
|
# You can use this to override default values such as
|
|
# 'source.dir' for the location of your java source folder and
|
|
# 'out.dir' for the location of your output folder.
|
|
|
|
# You can also use it define how the release builds are signed by declaring
|
|
# the following properties:
|
|
# 'key.store' for the location of your keystore and
|
|
# 'key.alias' for the name of the key to use.
|
|
# The password will be asked during the build when you use the 'release' target.
|
|
|
|
tested.project.dir=../
|