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.
35 lines
1.6 KiB
35 lines
1.6 KiB
6 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Automatic-Module-Name: org.eclipse.jgit.junit.ssh
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.junit.ssh
|
||
|
Bundle-Version: 5.2.0.qualifier
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Import-Package: org.apache.sshd.common;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.config.keys;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.file.virtualfs;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.helpers;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.io;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.kex;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.keyprovider;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.session;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.util.buffer;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.util.logging;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.common.util.security;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.auth;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.auth.gss;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.command;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.session;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.shell;version="[2.0.0,2.1.0)",
|
||
|
org.apache.sshd.server.subsystem;version="2.0.0",
|
||
|
org.apache.sshd.server.subsystem.sftp;version="[2.0.0,2.1.0)",
|
||
|
org.eclipse.jgit.annotations;version="[5.2.0,5.3.0)",
|
||
|
org.eclipse.jgit.lib;version="[5.2.0,5.3.0)",
|
||
|
org.eclipse.jgit.transport;version="[5.2.0,5.3.0)",
|
||
|
org.slf4j;version="[1.7.0,2.0.0)"
|
||
|
Export-Package: org.eclipse.jgit.junit.ssh;version="5.2.0"
|