summaryrefslogtreecommitdiff
path: root/altosdroid/.classpath
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-08-02 21:16:54 +1200
committerMike Beattie <mike@ethernal.org>2012-08-02 21:16:54 +1200
commit599e28b2242c79bdd0960ef16e580e51a2fa3795 (patch)
tree3c018959788861e31afbe54399d3ebf930646fa1 /altosdroid/.classpath
parent59588ba34159b27c02e1a886b46497ecfa0cf4d3 (diff)
Re-work external lib support for newer Android SDK
* Remove older *.properties methods of locating lib dir * clean up Eclipse classpath file * adjust Makefile.am to link AltosLib.jar into libs/ Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/.classpath')
-rw-r--r--altosdroid/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosdroid/.classpath b/altosdroid/.classpath
index d260cafa..0ca188f9 100644
--- a/altosdroid/.classpath
+++ b/altosdroid/.classpath
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="lib" path="lib/AltosLib.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="output" path="bin/classes"/>
</classpath>