Import non-java.* JRE packages

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>
This commit is contained in:
Matthias Sohn 2012-11-03 01:32:52 +01:00 committed by Chris Aniszczyk
parent f64237d5ff
commit 6abb1b37a1
1 changed files with 4 additions and 0 deletions

View 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