Browse Source

Merge "Require-Bundle com.jcraft.jsch replaced by Import-Package statement"

stable-4.5
Matthias Sohn 8 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
d63eb16a1e
  1. 2
      org.eclipse.jgit/META-INF/MANIFEST.MF

2
org.eclipse.jgit/META-INF/MANIFEST.MF

@ -138,8 +138,8 @@ Export-Package: org.eclipse.jgit.annotations;version="4.5.0",
org.ietf.jgss",
org.eclipse.jgit.util.io;version="4.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)",
com.jcraft.jsch;version="[0.1.37,0.2.0)",
javax.crypto,
javax.net.ssl,
org.slf4j;version="[1.7.0,2.0.0)",

Loading…
Cancel
Save