Update OSGi manifest to state 4.11.
This commit is contained in:
parent
c9b62c4b01
commit
420edabc4e
@ -6,27 +6,28 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.junit
|
||||
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too
|
||||
ls:org.eclipse.orbit/org.junit;tag=v4_10_0_v20120426-0900
|
||||
Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r
|
||||
ls:org.eclipse.orbit/org.junit;tag=v201303080030
|
||||
Require-Bundle: org.hamcrest.core;bundle-version="1.3.0";visibility:=r
|
||||
eexport
|
||||
Export-Package: junit.extensions;version="4.10.0",junit.framework;versi
|
||||
on="4.10.0",junit.runner;version="4.10.0",junit.textui;version="4.10.0",
|
||||
org.junit;version="4.10.0",org.junit.experimental;version="4.10.0",org.
|
||||
junit.experimental.categories;version="4.10.0",org.junit.experimental.
|
||||
max;version="4.10.0",org.junit.experimental.results;version="4.10.0",or
|
||||
g.junit.experimental.runners;version="4.10.0",org.junit.experimental.t
|
||||
heories;version="4.10.0",org.junit.experimental.theories.internal;vers
|
||||
ion="4.10.0";x-internal:=true,org.junit.experimental.theories.supplier
|
||||
s;version="4.10.0",org.junit.internal;version="4.10.0";x-internal:=true
|
||||
,org.junit.internal.builders;version="4.10.0";x-internal:=true,org.jun
|
||||
it.internal.matchers;version="4.10.0";x-internal:=true,org.junit.inter
|
||||
nal.requests;version="4.10.0";x-internal:=true,org.junit.internal.runn
|
||||
ers;version="4.10.0";x-internal:=true,org.junit.internal.runners.model
|
||||
;version="4.10.0";x-internal:=true,org.junit.internal.runners.statemen
|
||||
ts;version="4.10.0";x-internal:=true,org.junit.matchers;version="4.10.0
|
||||
",org.junit.rules;version="4.10.0",org.junit.runner;version="4.10.0",or
|
||||
g.junit.runner.manipulation;version="4.10.0",org.junit.runner.notifica
|
||||
tion;version="4.10.0",org.junit.runners;version="4.10.0",org.junit.runn
|
||||
ers.model;version="4.10.0"
|
||||
Bundle-Version: 4.10.0.v4_10_0_v20120426-0900
|
||||
Export-Package: junit.extensions;version="4.11.0",junit.framework;vers
|
||||
ion="4.11.0",junit.runner;version="4.11.0",junit.textui;version="4.11
|
||||
.0",org.junit;version="4.11.0",org.junit.experimental;version="4.11.0
|
||||
",org.junit.experimental.categories;version="4.11.0",org.junit.experi
|
||||
mental.max;version="4.11.0",org.junit.experimental.results;version="4
|
||||
.11.0",org.junit.experimental.runners;version="4.11.0",org.junit.expe
|
||||
rimental.theories;version="4.11.0",org.junit.experimental.theories.in
|
||||
ternal;version="4.11.0";x-internal:=true,org.junit.experimental.theor
|
||||
ies.suppliers;version="4.11.0",org.junit.internal;version="4.11.0";x-
|
||||
internal:=true,org.junit.internal.builders;version="4.11.0";x-interna
|
||||
l:=true,org.junit.internal.matchers;version="4.11.0";x-internal:=true
|
||||
,org.junit.internal.requests;version="4.11.0";x-internal:=true,org.ju
|
||||
nit.internal.runners;version="4.11.0";x-internal:=true,org.junit.inte
|
||||
rnal.runners.model;version="4.11.0";x-internal:=true,org.junit.intern
|
||||
al.runners.rules;version="4.11.0";x-internal:=true,org.junit.internal
|
||||
.runners.statements;version="4.11.0";x-internal:=true,org.junit.match
|
||||
ers;version="4.11.0",org.junit.rules;version="4.11.0",org.junit.runne
|
||||
r;version="4.11.0",org.junit.runner.manipulation;version="4.11.0",org
|
||||
.junit.runner.notification;version="4.11.0",org.junit.runners;version
|
||||
="4.11.0",org.junit.runners.model;version="4.11.0"
|
||||
Bundle-Version: 4.11.0.v201303080030
|
||||
Bundle-ManifestVersion: 2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: junit
|
||||
Version: 4.11
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Java regression test package
|
||||
License: CPL
|
||||
URL: http://www.junit.org/
|
||||
@ -106,6 +106,9 @@ cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/%{name}
|
||||
%doc junit%{version}/doc/*
|
||||
|
||||
%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
|
||||
- Update to current packaging guidelines
|
||||
- Drop old Obsoletes/Provides for junit4 rename
|
||||
|
Loading…
Reference in New Issue
Block a user