1Manifest-Version: 1.0 2Bundle-ManifestVersion: 2 3Bundle-Name: %Bundle-Name 4Automatic-Module-Name: org.eclipse.jgit.junit.ssh 5Bundle-SymbolicName: org.eclipse.jgit.junit.ssh 6Bundle-Version: 5.13.0.qualifier 7Bundle-Localization: plugin 8Bundle-Vendor: %Bundle-Vendor 9Bundle-ActivationPolicy: lazy 10Bundle-RequiredExecutionEnvironment: JavaSE-1.8 11Import-Package: org.apache.sshd.common;version="[2.6.0,2.7.0)", 12 org.apache.sshd.common.config.keys;version="[2.6.0,2.7.0)", 13 org.apache.sshd.common.file.virtualfs;version="[2.6.0,2.7.0)", 14 org.apache.sshd.common.helpers;version="[2.6.0,2.7.0)", 15 org.apache.sshd.common.io;version="[2.6.0,2.7.0)", 16 org.apache.sshd.common.kex;version="[2.6.0,2.7.0)", 17 org.apache.sshd.common.keyprovider;version="[2.6.0,2.7.0)", 18 org.apache.sshd.common.session;version="[2.6.0,2.7.0)", 19 org.apache.sshd.common.signature;version="[2.6.0,2.7.0)", 20 org.apache.sshd.common.util.buffer;version="[2.6.0,2.7.0)", 21 org.apache.sshd.common.util.logging;version="[2.6.0,2.7.0)", 22 org.apache.sshd.common.util.security;version="[2.6.0,2.7.0)", 23 org.apache.sshd.common.util.threads;version="[2.6.0,2.7.0)", 24 org.apache.sshd.core;version="[2.6.0,2.7.0)", 25 org.apache.sshd.server;version="[2.6.0,2.7.0)", 26 org.apache.sshd.server.auth;version="[2.6.0,2.7.0)", 27 org.apache.sshd.server.auth.gss;version="[2.6.0,2.7.0)", 28 org.apache.sshd.server.auth.keyboard;version="[2.6.0,2.7.0)", 29 org.apache.sshd.server.auth.password;version="[2.6.0,2.7.0)", 30 org.apache.sshd.server.command;version="[2.6.0,2.7.0)", 31 org.apache.sshd.server.session;version="[2.6.0,2.7.0)", 32 org.apache.sshd.server.shell;version="[2.6.0,2.7.0)", 33 org.apache.sshd.server.subsystem;version="[2.6.0,2.7.0)", 34 org.apache.sshd.sftp;version="[2.6.0,2.7.0)", 35 org.apache.sshd.sftp.server;version="[2.6.0,2.7.0)", 36 org.eclipse.jgit.annotations;version="[5.13.0,5.14.0)", 37 org.eclipse.jgit.api;version="[5.13.0,5.14.0)", 38 org.eclipse.jgit.api.errors;version="[5.13.0,5.14.0)", 39 org.eclipse.jgit.errors;version="[5.13.0,5.14.0)", 40 org.eclipse.jgit.junit;version="[5.13.0,5.14.0)", 41 org.eclipse.jgit.lib;version="[5.13.0,5.14.0)", 42 org.eclipse.jgit.revwalk;version="[5.13.0,5.14.0)", 43 org.eclipse.jgit.transport;version="[5.13.0,5.14.0)", 44 org.eclipse.jgit.util;version="[5.13.0,5.14.0)", 45 org.junit;version="[4.13,5.0.0)", 46 org.junit.experimental.theories;version="[4.13,5.0.0)", 47 org.slf4j;version="[1.7.0,2.0.0)" 48Export-Package: org.eclipse.jgit.junit.ssh;version="5.13.0" 49