aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-03-16 15:46:37 -0700
committerXavier Ducrohet <xav@android.com>2013-03-16 15:46:37 -0700
commit2af9a9ff91a703371dbebf1d466c9a00e17fb771 (patch)
tree3a458a729eea0665c9c54c447667c5b552a6b1d8 /eclipse/plugins
parenta45f523a1354d8845f9d9914135817b8a37cfa60 (diff)
downloadsdk-2af9a9ff91a703371dbebf1d466c9a00e17fb771.zip
sdk-2af9a9ff91a703371dbebf1d466c9a00e17fb771.tar.gz
sdk-2af9a9ff91a703371dbebf1d466c9a00e17fb771.tar.bz2
Add BouncyCastle to adt-base.
This is now needed by sdklib for signing. Change-Id: I804d8d2ca2d5a939c24e977ea48a2a5ad4fa7501
Diffstat (limited to 'eclipse/plugins')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/.classpath2
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF4
2 files changed, 5 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
index adeb83c..c0ddc3c 100644
--- a/eclipse/plugins/com.android.ide.eclipse.base/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
@@ -1,5 +1,7 @@
<?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/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF
index 6cacbc9..0a01a54 100644
--- a/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF
+++ b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF
@@ -21,7 +21,9 @@ Bundle-ClassPath: .,
libs/sdklib.jar,
libs/sdkstats.jar,
libs/dvlib.jar,
- libs/sdk-common.jar
+ libs/sdk-common.jar,
+ libs/bcpkix-jdk15on-1.48.jar,
+ libs/bcprov-jdk15on-1.48.jar
Export-Package: com.android,
com.android.annotations,
com.android.dvlib,