Remove osgi(system.bundle) requirement from manifest
This commit is contained in:
parent
3bfd6fe926
commit
7fbcc51859
@ -6,7 +6,6 @@ Bundle-Name: %Bundle-Name.0
|
|||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-Version: 1.3.4.v200806030440
|
Bundle-Version: 1.3.4.v200806030440
|
||||||
Bundle-Vendor: %Bundle-Vendor.0
|
Bundle-Vendor: %Bundle-Vendor.0
|
||||||
Require-Bundle: system.bundle
|
|
||||||
Export-Package: javax.xml;version="1.3",javax.xml.datatype;version="1.
|
Export-Package: javax.xml;version="1.3",javax.xml.datatype;version="1.
|
||||||
3",javax.xml.namespace;version="1.3",javax.xml.parsers;version="1.3",
|
3",javax.xml.namespace;version="1.3",javax.xml.parsers;version="1.3",
|
||||||
javax.xml.stream;version="1.3",javax.xml.stream.events;version="1.3",
|
javax.xml.stream;version="1.3",javax.xml.stream.events;version="1.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: xml-commons-apis
|
Name: xml-commons-apis
|
||||||
Version: 1.4.01
|
Version: 1.4.01
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: APIs for DOM, SAX, and JAXP
|
Summary: APIs for DOM, SAX, and JAXP
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0 and W3C and Public Domain
|
License: ASL 2.0 and W3C and Public Domain
|
||||||
@ -131,6 +131,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||||||
%{_javadocdir}/*
|
%{_javadocdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2012 Andy Grimm <agrimm@gmail.com> - 1.4.01-8
|
||||||
|
- Remove osgi(system.bundle) requirement from manifest
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.01-7
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.01-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user