Skip to main content
summaryrefslogtreecommitdiffstats
blob: c6ad01ba661edfa04d1d1ca8881786c3c615cb4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Bundle-Localization: plugin
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
Bundle-Version: 0.12.1
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="0.12.1"
Import-Package: org.eclipse.jgit.errors;version="[0.12.1,0.13.0)",
 org.eclipse.jgit.nls;version="[0.12.1,0.13.0)",
 org.eclipse.jgit.transport;version="[0.12.1,0.13.0)",
 org.eclipse.jgit.util;version="[0.12.1,0.13.0)"
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"

Back to the top