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.
15 lines
607 B
15 lines
607 B
5 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %Bundle-Name
|
||
|
Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test
|
||
|
Bundle-Version: 5.8.0.qualifier
|
||
|
Bundle-Vendor: %Bundle-Vendor
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Import-Package: org.eclipse.jgit.gpg.bc.internal;version="[5.8.0,5.9.0)",
|
||
|
org.junit;version="[4.13,5.0.0)"
|
||
|
Export-Package: org.eclipse.jgit.gpg.bc.internal;x-internal:=true
|
||
|
Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
|
||
|
org.hamcrest.library;bundle-version="[1.1.0,2.0.0)"
|