From 836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Fri, 22 Nov 2013 11:57:00 +0100 Subject: 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). --- tests/ant.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/ant.properties (limited to 'tests/ant.properties') 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 -- cgit v1.2.3