aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/.classpath2
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh8
2 files changed, 5 insertions, 5 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
index 856475c..a81e5b5 100644
--- a/eclipse/plugins/com.android.ide.eclipse.base/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="libs/bcpkix-jdk15on-1.48.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/bcprov-jdk15on-1.48.jar"/>
<classpathentry exported="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
<classpathentry exported="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
<classpathentry exported="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
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"