aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2013-08-29 16:43:36 -0700
committerXavier Ducrohet <xav@google.com>2013-08-29 16:43:36 -0700
commitff4227e3a11773e04f4d863978ae2c32c8624e0f (patch)
tree90a2328b2f37623fe79e4b6e7b3e0ea10838a38f /eclipse/scripts
parentc681a2440006afe76e9da316d811e6eda568c121 (diff)
downloadsdk-ff4227e3a11773e04f4d863978ae2c32c8624e0f.zip
sdk-ff4227e3a11773e04f4d863978ae2c32c8624e0f.tar.gz
sdk-ff4227e3a11773e04f4d863978ae2c32c8624e0f.tar.bz2
Remove bouncycastle dependency.
As the BouncyCastle based signing code has been reverted for now, this is not needed anymore. Change-Id: If61f136907cdd8f82d8a63d70ddb270985e39ff2
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index 45cd159..acdd3c2 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -139,9 +139,11 @@ BASE_PLUGIN_PREBUILTS="\
prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar \
prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar \
prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar \
- prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar \
- prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar \
- prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar"
+ prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar"
+
+# temporarily disabled
+# prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar \
+# prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar"
LIBS="$LIBS $BASE_PLUGIN_LIBS"
CP_FILES="$CP_FILES @:$BASE_PLUGIN_DEST $BASE_PLUGIN_LIBS $BASE_PLUGIN_PREBUILTS"