diff options
author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-21 18:33:07 +0200 |
---|---|---|
committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-21 18:33:07 +0200 |
commit | 7955c23b643ba127d002b07fac57790ca430ad88 (patch) | |
tree | 4f61c7f0c81bf8d85cb44034f097ff9b7c63e44b /mapswithme-api/.classpath | |
parent | bcced1c4bfafcd0984f7c94abf53bc966359799e (diff) | |
download | cgeo-7955c23b643ba127d002b07fac57790ca430ad88.zip cgeo-7955c23b643ba127d002b07fac57790ca430ad88.tar.gz cgeo-7955c23b643ba127d002b07fac57790ca430ad88.tar.bz2 |
new: integrate mapswithme
Diffstat (limited to 'mapswithme-api/.classpath')
-rw-r--r-- | mapswithme-api/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mapswithme-api/.classpath b/mapswithme-api/.classpath new file mode 100644 index 0000000..26bdfa6 --- /dev/null +++ b/mapswithme-api/.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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>
|