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.
17 lines
739 B
17 lines
739 B
Manifest-Version: 1.0 |
|
Bundle-ManifestVersion: 2 |
|
Bundle-Name: %plugin_name |
|
Bundle-SymbolicName: org.eclipse.jgit.archive |
|
Bundle-Version: 3.0.0.qualifier |
|
Bundle-Vendor: %provider_name |
|
Bundle-Localization: plugin |
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
|
Import-Package: org.apache.commons.compress.archivers;version="[1.3,2.0)", |
|
org.apache.commons.compress.archivers.tar;version="[1.3,2.0)", |
|
org.apache.commons.compress.archivers.zip;version="[1.3,2.0)", |
|
org.eclipse.jgit.api;version="[3.0.0,3.1.0)", |
|
org.eclipse.jgit.lib;version="[3.0.0,3.1.0)", |
|
org.osgi.framework;version="[4.0,5.0)" |
|
Bundle-ActivationPolicy: lazy |
|
Bundle-Activator: org.eclipse.jgit.archive.FormatActivator |
|
Export-Package: org.eclipse.jgit.archive;version="3.0.0"
|
|
|