纯java实现的git操作库。
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
532 B

Bundle-Localization: plugin
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
Bundle-Version: 3.0.3.201309161630-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.0.3"
Import-Package: org.eclipse.jgit.errors;version="[3.0.3,3.1.0)",
org.eclipse.jgit.nls;version="[3.0.3,3.1.0)",
org.eclipse.jgit.transport;version="[3.0.3,3.1.0)",
org.eclipse.jgit.util;version="[3.0.3,3.1.0)"