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

This commit is contained in:
Matthias Sohn 2016-08-08 18:43:54 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit d63eb16a1e
1 changed files with 1 additions and 1 deletions

View File

@ -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)",