diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-18 11:10:26 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-18 11:10:26 +0200 |
| commit | bd1f19167c978280432fc21edc82f3e6a2dcacaf (patch) | |
| tree | b6105db433c6d955566eae7332cc4ebb0cca873d /android-support-v7-appcompat/.classpath | |
| parent | f2dfb5da50b75f4c40e17bd443a3e712beb50a75 (diff) | |
| download | cgeo-bd1f19167c978280432fc21edc82f3e6a2dcacaf.zip cgeo-bd1f19167c978280432fc21edc82f3e6a2dcacaf.tar.gz cgeo-bd1f19167c978280432fc21edc82f3e6a2dcacaf.tar.bz2 | |
include appcompat in repo to ease the build
If anyone wants to use git submodules instead, this can easily be done
afterwards.
Diffstat (limited to 'android-support-v7-appcompat/.classpath')
| -rw-r--r-- | android-support-v7-appcompat/.classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/android-support-v7-appcompat/.classpath b/android-support-v7-appcompat/.classpath new file mode 100644 index 0000000..fb2265b --- /dev/null +++ b/android-support-v7-appcompat/.classpath @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <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 exported="true" kind="lib" path="libs/android-support-v4.jar"/> + <classpathentry exported="true" kind="lib" path="libs/android-support-v7-appcompat.jar"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="gen"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |
