aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/Android/.classpath
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-13 15:20:16 +0000
committerStruan Donald <struan@exo.org.uk>2012-03-13 15:20:16 +0000
commit9e24fa120dc9b9399e0e66f0059b0c3338eafd91 (patch)
tree8465974bdcd084625804b4bc0169e75e29763750 /phonegap/Android/.classpath
parent8c0a530047789cbf2c393e6090ff5f2e1d8ef00a (diff)
initial android phonegap app
Diffstat (limited to 'phonegap/Android/.classpath')
-rw-r--r--phonegap/Android/.classpath9
1 files changed, 9 insertions, 0 deletions
diff --git a/phonegap/Android/.classpath b/phonegap/Android/.classpath
new file mode 100644
index 000000000..15cbbebc2
--- /dev/null
+++ b/phonegap/Android/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="lib" path="libs/cordova-1.5.0.jar"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>