diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-05-11 14:40:43 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-05-11 14:40:43 +0200 |
| commit | 7ff773d4e3d1d863d39258f54a2817cbd555bb4f (patch) | |
| tree | 7c2d9a68e644ffcdbb6388a2bc2e79d689fc6f15 /main/.classpath | |
| parent | 7076e9ff9bc740416c6402cea23d36bfb3dceb14 (diff) | |
| download | cgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.zip cgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.tar.gz cgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.tar.bz2 | |
Try to build
Diffstat (limited to 'main/.classpath')
| -rw-r--r-- | main/.classpath | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/.classpath b/main/.classpath index 90cf996..be82b10 100644 --- a/main/.classpath +++ b/main/.classpath @@ -2,7 +2,6 @@ <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="lib" path="libs/commons-lang3-3.1.jar"/> <classpathentry kind="lib" path="libs/locus-api-4.0.jar"/> <classpathentry kind="lib" path="libs/commons-collections-3.2.1.jar"/> @@ -12,9 +11,9 @@ <classpathentry kind="lib" path="libs/commons-codec-1.4.jar"/> <classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/> <classpathentry kind="lib" path="libs/httpclient-4.1.3.jar"/> - <classpathentry kind="lib" path="libs/httpclient-cache-4.1.3.jar"/> <classpathentry kind="lib" path="libs/httpcore-4.1.4.jar"/> <classpathentry kind="lib" path="libs/httpmime-4.1.3.jar"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |
