Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 939c6561d40fd6ecb2653f41056ff5b638cb96c3 (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.6.1.201501031845-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.6.1"
Import-Package: org.eclipse.jgit.errors;version="[3.6.1,3.7.0)",
 org.eclipse.jgit.nls;version="[3.6.1,3.7.0)",
 org.eclipse.jgit.transport;version="[3.6.1,3.7.0)",
 org.eclipse.jgit.util;version="[3.6.1,3.7.0)"

Back to the top