]> source.dussan.org Git - jgit.git/commitdiff
Import non-java.* JRE packages 02/8502/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 3 Nov 2012 00:32:52 +0000 (01:32 +0100)
committerChris Aniszczyk <zx@twitter.com>
Fri, 16 Nov 2012 20:33:22 +0000 (12:33 -0800)
Otherwise loading javax.net.ssl.TrustManager fails if
osgi.compatibility.bootdelegation=false which became the Equinox default
since bug 344850 was fixed.

Bug: 392056
Change-Id: I464871723649095942dbf77da93890ac8ec39075
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit/META-INF/MANIFEST.MF

index 24ed9d09992bf0a28ed206fa7b4e387732170571..33df7be5c41e7001f970c5a748afb27ff905ba48 100644 (file)
@@ -36,3 +36,7 @@ Export-Package: org.eclipse.jgit.api;version="2.2.0",
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
+Import-Package: javax.crypto,
+ javax.net.ssl,
+ org.xml.sax,
+ org.xml.sax.helpers