diff options
author | Raphael Moll <ralf@android.com> | 2012-04-16 14:39:13 -0700 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-04-16 14:39:13 -0700 |
commit | 72d16d222e7205cab473d01f483c534747c9026b (patch) | |
tree | 53aac69e122587da35af87f98e31d684996268bb /sdkmanager/libs/sdklib | |
parent | 396fc3405ba9b833b19ba13ae4b16ed4c542aa16 (diff) | |
parent | da8dd040b9c362677f121156af420d453fc34378 (diff) | |
download | sdk-72d16d222e7205cab473d01f483c534747c9026b.zip sdk-72d16d222e7205cab473d01f483c534747c9026b.tar.gz sdk-72d16d222e7205cab473d01f483c534747c9026b.tar.bz2 |
Merge "SDK: Use HttpClient from prebuilts/tools"
Diffstat (limited to 'sdkmanager/libs/sdklib')
-rw-r--r-- | sdkmanager/libs/sdklib/.classpath | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sdkmanager/libs/sdklib/.classpath b/sdkmanager/libs/sdklib/.classpath index d2415fc..a82525e 100644 --- a/sdkmanager/libs/sdklib/.classpath +++ b/sdkmanager/libs/sdklib/.classpath @@ -7,11 +7,11 @@ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/commons-compress/commons-compress-1.0.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/common"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/http-client/commons-codec-1.4.jar"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/http-client/commons-logging-1.1.1.jar"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/http-client/httpclient-4.1.1.jar"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/http-client/httpcore-4.1.jar"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/http-client/httpmime-4.1.1.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/http-client/commons-codec-1.4.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/http-client/commons-logging-1.1.1.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/http-client/httpclient-4.1.1.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/http-client/httpcore-4.1.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/http-client/httpmime-4.1.1.jar"/> <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/mkidentity/mkidentity-prebuilt.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |