summaryrefslogtreecommitdiff
path: root/altosdroid/.classpath
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2013-03-07 19:23:39 +1300
committerMike Beattie <mike@ethernal.org>2013-03-07 19:23:39 +1300
commit795fba09a3ca273cd2daeeb7d9fed6bae6fa6a86 (patch)
tree3bc59b3beb7f3bc57f2eb7398c932179619541e1 /altosdroid/.classpath
parentb7dc6045892b33b04ec7c27bdc940b4d3e1b9cbf (diff)
altosdroid: Adjust build system for GMaps & Tabs support
* Use SupportV4 library for Tab support * Use Google Services Lib for Google Maps * revert to a standard Android target, not Google API's * Add permissions required for Google Maps to manifest, and API key Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/.classpath')
-rw-r--r--altosdroid/.classpath4
1 files changed, 3 insertions, 1 deletions
diff --git a/altosdroid/.classpath b/altosdroid/.classpath
index 0ca188f9..fce248e6 100644
--- a/altosdroid/.classpath
+++ b/altosdroid/.classpath
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
- <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
+ <classpathentry kind="lib" path="libs/altoslib_1.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>