You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
433 B
13 lines
433 B
15 years ago
|
Bundle-Localization: plugin
|
||
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.console
|
||
|
Bundle-Version: 0.6.0.qualifier
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||
|
Export-Package: org.eclipse.jgit.console;version="0.6.0"
|
||
|
Import-Package: com.jcraft.jsch;version="0.1.41",
|
||
|
org.eclipse.jgit.transport;version="0.6.0",
|
||
|
org.eclipse.jgit.util
|