Update OSGi manifest to state 4.11.

This commit is contained in:
Alexander Kurtakov 2014-05-22 18:41:39 +03:00
parent c9b62c4b01
commit 420edabc4e
2 changed files with 27 additions and 23 deletions

View File

@ -6,27 +6,28 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.junit Bundle-SymbolicName: org.junit
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too
ls:org.eclipse.orbit/org.junit;tag=v4_10_0_v20120426-0900 ls:org.eclipse.orbit/org.junit;tag=v201303080030
Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r Require-Bundle: org.hamcrest.core;bundle-version="1.3.0";visibility:=r
eexport eexport
Export-Package: junit.extensions;version="4.10.0",junit.framework;versi Export-Package: junit.extensions;version="4.11.0",junit.framework;vers
on="4.10.0",junit.runner;version="4.10.0",junit.textui;version="4.10.0", ion="4.11.0",junit.runner;version="4.11.0",junit.textui;version="4.11
org.junit;version="4.10.0",org.junit.experimental;version="4.10.0",org. .0",org.junit;version="4.11.0",org.junit.experimental;version="4.11.0
junit.experimental.categories;version="4.10.0",org.junit.experimental. ",org.junit.experimental.categories;version="4.11.0",org.junit.experi
max;version="4.10.0",org.junit.experimental.results;version="4.10.0",or mental.max;version="4.11.0",org.junit.experimental.results;version="4
g.junit.experimental.runners;version="4.10.0",org.junit.experimental.t .11.0",org.junit.experimental.runners;version="4.11.0",org.junit.expe
heories;version="4.10.0",org.junit.experimental.theories.internal;vers rimental.theories;version="4.11.0",org.junit.experimental.theories.in
ion="4.10.0";x-internal:=true,org.junit.experimental.theories.supplier ternal;version="4.11.0";x-internal:=true,org.junit.experimental.theor
s;version="4.10.0",org.junit.internal;version="4.10.0";x-internal:=true ies.suppliers;version="4.11.0",org.junit.internal;version="4.11.0";x-
,org.junit.internal.builders;version="4.10.0";x-internal:=true,org.jun internal:=true,org.junit.internal.builders;version="4.11.0";x-interna
it.internal.matchers;version="4.10.0";x-internal:=true,org.junit.inter l:=true,org.junit.internal.matchers;version="4.11.0";x-internal:=true
nal.requests;version="4.10.0";x-internal:=true,org.junit.internal.runn ,org.junit.internal.requests;version="4.11.0";x-internal:=true,org.ju
ers;version="4.10.0";x-internal:=true,org.junit.internal.runners.model nit.internal.runners;version="4.11.0";x-internal:=true,org.junit.inte
;version="4.10.0";x-internal:=true,org.junit.internal.runners.statemen rnal.runners.model;version="4.11.0";x-internal:=true,org.junit.intern
ts;version="4.10.0";x-internal:=true,org.junit.matchers;version="4.10.0 al.runners.rules;version="4.11.0";x-internal:=true,org.junit.internal
",org.junit.rules;version="4.10.0",org.junit.runner;version="4.10.0",or .runners.statements;version="4.11.0";x-internal:=true,org.junit.match
g.junit.runner.manipulation;version="4.10.0",org.junit.runner.notifica ers;version="4.11.0",org.junit.rules;version="4.11.0",org.junit.runne
tion;version="4.10.0",org.junit.runners;version="4.10.0",org.junit.runn r;version="4.11.0",org.junit.runner.manipulation;version="4.11.0",org
ers.model;version="4.10.0" .junit.runner.notification;version="4.11.0",org.junit.runners;version
Bundle-Version: 4.10.0.v4_10_0_v20120426-0900 ="4.11.0",org.junit.runners.model;version="4.11.0"
Bundle-Version: 4.11.0.v201303080030
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2

View File

@ -1,6 +1,6 @@
Name: junit Name: junit
Version: 4.11 Version: 4.11
Release: 9%{?dist} Release: 10%{?dist}
Summary: Java regression test package Summary: Java regression test package
License: CPL License: CPL
URL: http://www.junit.org/ URL: http://www.junit.org/
@ -106,6 +106,9 @@ cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/%{name}
%doc junit%{version}/doc/* %doc junit%{version}/doc/*
%changelog %changelog
* Thu May 22 2014 Alexander Kurtakov <akurtako@redhat.com> 4.11-10
- Update OSGi manifest to state 4.11.
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.11-9 * Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.11-9
- Update to current packaging guidelines - Update to current packaging guidelines
- Drop old Obsoletes/Provides for junit4 rename - Drop old Obsoletes/Provides for junit4 rename