aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-04-16 18:12:13 -0700
committerXavier Ducrohet <xav@android.com>2012-04-16 18:12:13 -0700
commit8c39e2974c74d0f2a75d94169a74fd496a7e785b (patch)
tree6002c659d27394e1f4e7990a0fc53294defe87bd /eclipse/scripts
parent93718ba0f537f8f3e518958056a56b67650c7fab (diff)
downloadsdk-8c39e2974c74d0f2a75d94169a74fd496a7e785b.zip
sdk-8c39e2974c74d0f2a75d94169a74fd496a7e785b.tar.gz
sdk-8c39e2974c74d0f2a75d94169a74fd496a7e785b.tar.bz2
fix create_all_symblinks with new location of http-client.
Change-Id: I0313091219aa80cd1c97b796c4444a875db5311d
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index a6874ba..3ab01d3 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -110,13 +110,13 @@ CP_FILES=""
BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs"
BASE_PLUGIN_LIBS="common sdkstats androidprefs sdklib"
BASE_PLUGIN_PREBUILTS="\
- prebuilt/common/commons-compress/commons-compress-1.0.jar \
+ prebuilts/tools/common/commons-compress/commons-compress-1.0.jar \
prebuilts/tools/common/guava-tools/guava-10.0.1.jar \
- prebuilt/common/http-client/commons-logging-1.1.1.jar \
- prebuilt/common/http-client/commons-codec-1.4.jar \
- prebuilt/common/http-client/httpclient-4.1.1.jar \
- prebuilt/common/http-client/httpcore-4.1.jar \
- prebuilt/common/http-client/httpmime-4.1.1.jar"
+ prebuilts/tools/common/http-client/commons-logging-1.1.1.jar \
+ prebuilts/tools/common/http-client/commons-codec-1.4.jar \
+ prebuilts/tools/common/http-client/httpclient-4.1.1.jar \
+ prebuilts/tools/common/http-client/httpcore-4.1.jar \
+ prebuilts/tools/common/http-client/httpmime-4.1.1.jar"
LIBS="$LIBS $BASE_PLUGIN_LIBS"
CP_FILES="$CP_FILES @:$BASE_PLUGIN_DEST $BASE_PLUGIN_LIBS $BASE_PLUGIN_PREBUILTS"