diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-13 15:20:16 +0000 |
commit | 9e24fa120dc9b9399e0e66f0059b0c3338eafd91 (patch) | |
tree | 8465974bdcd084625804b4bc0169e75e29763750 /phonegap/Android/.classpath | |
parent | 8c0a530047789cbf2c393e6090ff5f2e1d8ef00a (diff) |
initial android phonegap app
Diffstat (limited to 'phonegap/Android/.classpath')
-rw-r--r-- | phonegap/Android/.classpath | 9 |
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> |