diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-11-03 01:32:52 +0100 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2012-11-16 12:33:22 -0800 |
commit | 6abb1b37a19b868d4a933ba8d7ea1d6746db8bfa (patch) | |
tree | 443c15520b5204177e22b3e53a8c604c8ececddb /org.eclipse.jgit/META-INF | |
parent | f64237d5ff240cd62179f25fac7c40a9ffd5b2b8 (diff) | |
download | jgit-6abb1b37a19b868d4a933ba8d7ea1d6746db8bfa.tar.gz jgit-6abb1b37a19b868d4a933ba8d7ea1d6746db8bfa.zip |
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>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 24ed9d0999..33df7be5c4 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -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 |