diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-10-21 22:44:52 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-10-22 00:42:37 +0200 |
| commit | 03d498b8bdac83ef3491df7a1a339e115b1f02f1 (patch) | |
| tree | b6a52f2b7ba15a0056bdde0303ef4aa8e586c7b3 /tests | |
| parent | 891b0bdbc632d17834b81f828c02a03fe39870a4 (diff) | |
| download | cgeo-03d498b8bdac83ef3491df7a1a339e115b1f02f1.zip cgeo-03d498b8bdac83ef3491df7a1a339e115b1f02f1.tar.gz cgeo-03d498b8bdac83ef3491df7a1a339e115b1f02f1.tar.bz2 | |
Use the latest Android build tools
This change is caused by the latest version of the Eclipse ADT and
the Android SDK (version 14).
The Eclipse and ANT class path has been unified as bin/classes.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.classpath | 2 | ||||
| -rw-r--r-- | tests/default.properties | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/tests/.classpath b/tests/.classpath index 03e9cf5..f351d98 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,5 +4,5 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/tests/default.properties b/tests/default.properties deleted file mode 100644 index 420db56..0000000 --- a/tests/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=Google Inc.:Google APIs:8 |
