aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2013-07-12 13:43:05 -0700
committerRaphael Moll <ralf@android.com>2013-07-16 13:15:52 -0700
commit7d2bd257d91c8f8acf1d95485fbf058f1bc15755 (patch)
tree7dde2d0c847028d0c7438ba9b09274398699248a
parent7112deae37930fd10f6d6b1426c62b9e21631615 (diff)
downloadsdk-7d2bd257d91c8f8acf1d95485fbf058f1bc15755.zip
sdk-7d2bd257d91c8f8acf1d95485fbf058f1bc15755.tar.gz
sdk-7d2bd257d91c8f8acf1d95485fbf058f1bc15755.tar.bz2
ADT: fix missing lib dependency in ADT base.
plugin-base depends on http mime (from the apache libs) but for some reason it wasn't in the build path. Change-Id: I083290cddd45dbf718bbd5403b28ed74865a73ac
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
index 81461ed..856475c 100644
--- a/eclipse/plugins/com.android.ide.eclipse.base/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
@@ -15,6 +15,7 @@
<classpathentry exported="true" kind="lib" path="libs/sdklib.jar" sourcepath="/sdklib"/>
<classpathentry exported="true" kind="lib" path="libs/sdkstats.jar" sourcepath="/sdkstats"/>
<classpathentry exported="true" kind="lib" path="libs/sdk-common.jar" sourcepath="/sdk-common"/>
+ <classpathentry exported="true" kind="lib" path="libs/httpmime-4.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>