eee6d90e82
bugfix and feature update, see CHANGES.txt for details - Removed patches * hamcrest-1.1-build.patch + renamed to hamcrest-1.3-build.patch * hamcrest-1.1-no-jarjar.patch + renamed to hamcrest-1.3-no-jarjar.patch * hamcrest-1.1-no-integration.patch + renamed to hamcrest-1.3-no-integration.patch - Added patches * hamcrest-1.3-javadoc.patch - Updated poms and added OSGI manifests from Fedora OBS-URL: https://build.opensuse.org/package/show/Java:packages/hamcrest?expand=0&rev=9
15 lines
609 B
Plaintext
15 lines
609 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-Vendor: %providerName
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.hamcrest.integration
|
|
Require-Bundle: org.hamcrest.core;bundle-version="1.3.0"
|
|
Bundle-Version: 1.3.0.v20090501071000
|
|
Export-Package: org.hamcrest;integration=split;mandatory:=integration;
|
|
version="1.3.0",org.hamcrest.integration;version="1.3.0"
|
|
Bundle-ManifestVersion: 2
|
|
Import-Package: org.easymock;version="2.4.0";resolution:=optional,org.
|
|
jmock.core;version="1.10";resolution:=optional
|