- Remove attributes in Export-Package header of hamcrest-core

manifest.
This commit is contained in:
Severin Gehwolf 2012-08-14 12:43:56 +02:00
parent b02d11673d
commit 4ce3143cde
2 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,8 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Name: %pluginName
Bundle-SymbolicName: org.hamcrest.core
Export-Package: org.hamcrest;version="1.1.0";core=split;mandatory:=cor
e,org.hamcrest.core;version="1.1.0",org.hamcrest.internal;version="1.
Export-Package: org.hamcrest;version="1.1.0";
org.hamcrest.core;version="1.1.0",org.hamcrest.internal;version="1.
1.0";x-internal:=true
Bundle-Version: 1.1.0.v20090501071000
Bundle-ManifestVersion: 2

View File

@ -50,7 +50,7 @@
Name: hamcrest
Version: 1.1
Release: 19%{?dist}
Release: 20%{?dist}
Epoch: 0
Summary: Library of matchers for building test expressions
License: BSD
@ -261,6 +261,10 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
%{_datadir}/%{name}
%changelog
* Tue Aug 14 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:1.1-20
- Remove attributes in Export-Package header of hamcrest-core
manifest.
* Wed Aug 1 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-19
- Add OSGi metadata to hamcrest-generator.