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.
16 lines
665 B
16 lines
665 B
9 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.lfs
|
||
|
Bundle-Version: 4.3.0.qualifier
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Export-Package: org.eclipse.jgit.lfs.errors;version="4.3.0",
|
||
|
org.eclipse.jgit.lfs.internal;version="4.3.0";x-friends:="org.eclipse.jgit.lfs.test",
|
||
|
org.eclipse.jgit.lfs.lib;version="4.3.0"
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||
|
Import-Package: org.eclipse.jgit.internal.storage.file;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.lib;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.nls;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.util;version="[4.3.0,4.4.0)"
|