aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-05 16:21:33 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-05 16:21:33 +0100
commite3785533ee4d55cc2691052581c8306ba3914c31 (patch)
tree136918c2cf6d169f2ee27959577985ede9d11653
parent81c2324af73f5095cde45e5e30dfe23580b6bff6 (diff)
update classpaths for eclipse/android SDK update
-rw-r--r--Android/.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android/.classpath b/Android/.classpath
index ce299ea..18a533a 100644
--- a/Android/.classpath
+++ b/Android/.classpath
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="lib" path="libs/cordova-2.5.0.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
- <classpathentry kind="lib" path="libs/cordova-2.5.0.jar"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>