You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.0 KiB
25 lines
1.0 KiB
5 years ago
|
ssssssssssManifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %Bundle-Name
|
||
|
Automatic-Module-Name: org.eclipse.jgit.ssh.jsch.test
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.ssh.jsch.test
|
||
|
Bundle-Version: 5.8.0.qualifier
|
||
|
Bundle-Vendor: %Bundle-Vendor
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Import-Package: com.jcraft.jsch;version="[0.1.54,0.2.0)",
|
||
|
org.eclipse.jgit.errors;version="[5.8.0,5.9.0)",
|
||
|
org.eclipse.jgit.junit;version="[5.8.0,5.9.0)",
|
||
|
org.eclipse.jgit.junit.ssh;version="[5.8.0,5.9.0)",
|
||
|
org.eclipse.jgit.lib;version="[5.8.0,5.9.0)",
|
||
|
org.eclipse.jgit.transport;version="[5.8.0,5.9.0)",
|
||
|
org.eclipse.jgit.util;version="[5.8.0,5.9.0)",
|
||
|
org.junit;version="[4.13,5.0.0)",
|
||
|
org.junit.experimental.theories;version="[4.13,5.0.0)",
|
||
|
org.junit.runner;version="[4.13,5.0.0)"
|
||
|
Export-Package: org.eclipse.jgit.transport;version="5.8.0";
|
||
|
uses:="org.eclipse.jgit.transport,
|
||
|
org.eclipse.jgit.junit,
|
||
|
org.eclipse.jgit.junit.ssh"
|
||
|
Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)"
|