Shawn O. Pearce | 7e8dc53 | 2009-10-31 19:39:18 -0700 | [diff] [blame] | 1 | Bundle-Localization: plugin |
2 | Manifest-Version: 1.0 | ||||
3 | Bundle-ManifestVersion: 2 | ||||
4 | Bundle-Name: %plugin_name | ||||
5 | Bundle-SymbolicName: org.eclipse.jgit.console | ||||
6 | Bundle-Version: 0.6.0.qualifier | ||||
7 | Bundle-Vendor: %provider_name | ||||
8 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||||
9 | Export-Package: org.eclipse.jgit.console;version="0.6.0" | ||||
10 | Import-Package: com.jcraft.jsch;version="0.1.41", | ||||
11 | org.eclipse.jgit.transport;version="0.6.0", | ||||
12 | org.eclipse.jgit.util |