diff options
author | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
commit | 836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b (patch) | |
tree | 69034f031f4ef98cc48e4d3cc0e24775d34d4aca /tests/ant.properties | |
parent | ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff) |
Rebased onto 0.2.2
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
Diffstat (limited to 'tests/ant.properties')
-rw-r--r-- | tests/ant.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/ant.properties b/tests/ant.properties new file mode 100644 index 00000000..a9718c82 --- /dev/null +++ b/tests/ant.properties @@ -0,0 +1,18 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked into 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=/media/Datos/workspace/leap_android |