summaryrefslogtreecommitdiff
path: root/altosdroid/.classpath
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-02-23 16:37:24 +1300
committerKeith Packard <keithp@keithp.com>2012-06-02 19:39:55 -0700
commit9b659904109f992b8a3e61efb94e81cdb19af1c9 (patch)
tree56bee0898033e79caac11f6b4d69f8ad4ffa6693 /altosdroid/.classpath
parenta018724e40f2a4c0bae8b3d5c77bb90328ad4314 (diff)
Demonstrate using AltosLib from altosdroid
Get things hooked up so that we can use AltosLib functions from the android application; it's a bit of a hack at present, but appears to work. Some more 'official' technique would be nice... Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/.classpath')
-rw-r--r--altosdroid/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosdroid/.classpath b/altosdroid/.classpath
index 6efcbb73..d260cafa 100644
--- a/altosdroid/.classpath
+++ b/altosdroid/.classpath
@@ -1,6 +1,7 @@
<?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"/>