Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7e15459f26fd124414ca2fddd6b0bf7805ca05e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bundle-Localization: plugin
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
Bundle-Version: 3.1.1.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.1.1"
Import-Package: org.eclipse.jgit.errors;version="[3.1.1,3.2.0)",
 org.eclipse.jgit.nls;version="[3.1.1,3.2.0)",
 org.eclipse.jgit.transport;version="[3.1.1,3.2.0)",
 org.eclipse.jgit.util;version="[3.1.1,3.2.0)"

Back to the top