Update OSGi metadata to match 4.10.0 release.
This commit is contained in:
parent
5729c95535
commit
3247976c00
@ -6,27 +6,27 @@ 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_8_2_v20110321-1705
|
ls:org.eclipse.orbit/org.junit;tag=v4_10_0_v20120426-0900
|
||||||
Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r
|
Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=r
|
||||||
eexport
|
eexport
|
||||||
Export-Package: junit.extensions;version="4.8.2",junit.framework;versi
|
Export-Package: junit.extensions;version="4.10.0",junit.framework;versi
|
||||||
on="4.8.2",junit.runner;version="4.8.2",junit.textui;version="4.8.2",
|
on="4.10.0",junit.runner;version="4.10.0",junit.textui;version="4.10.0",
|
||||||
org.junit;version="4.8.2",org.junit.experimental;version="4.8.2",org.
|
org.junit;version="4.10.0",org.junit.experimental;version="4.10.0",org.
|
||||||
junit.experimental.categories;version="4.8.2",org.junit.experimental.
|
junit.experimental.categories;version="4.10.0",org.junit.experimental.
|
||||||
max;version="4.8.2",org.junit.experimental.results;version="4.8.2",or
|
max;version="4.10.0",org.junit.experimental.results;version="4.10.0",or
|
||||||
g.junit.experimental.runners;version="4.8.2",org.junit.experimental.t
|
g.junit.experimental.runners;version="4.10.0",org.junit.experimental.t
|
||||||
heories;version="4.8.2",org.junit.experimental.theories.internal;vers
|
heories;version="4.10.0",org.junit.experimental.theories.internal;vers
|
||||||
ion="4.8.2";x-internal:=true,org.junit.experimental.theories.supplier
|
ion="4.10.0";x-internal:=true,org.junit.experimental.theories.supplier
|
||||||
s;version="4.8.2",org.junit.internal;version="4.8.2";x-internal:=true
|
s;version="4.10.0",org.junit.internal;version="4.10.0";x-internal:=true
|
||||||
,org.junit.internal.builders;version="4.8.2";x-internal:=true,org.jun
|
,org.junit.internal.builders;version="4.10.0";x-internal:=true,org.jun
|
||||||
it.internal.matchers;version="4.8.2";x-internal:=true,org.junit.inter
|
it.internal.matchers;version="4.10.0";x-internal:=true,org.junit.inter
|
||||||
nal.requests;version="4.8.2";x-internal:=true,org.junit.internal.runn
|
nal.requests;version="4.10.0";x-internal:=true,org.junit.internal.runn
|
||||||
ers;version="4.8.2";x-internal:=true,org.junit.internal.runners.model
|
ers;version="4.10.0";x-internal:=true,org.junit.internal.runners.model
|
||||||
;version="4.8.2";x-internal:=true,org.junit.internal.runners.statemen
|
;version="4.10.0";x-internal:=true,org.junit.internal.runners.statemen
|
||||||
ts;version="4.8.2";x-internal:=true,org.junit.matchers;version="4.8.2
|
ts;version="4.10.0";x-internal:=true,org.junit.matchers;version="4.10.0
|
||||||
",org.junit.rules;version="4.8.2",org.junit.runner;version="4.8.2",or
|
",org.junit.rules;version="4.10.0",org.junit.runner;version="4.10.0",or
|
||||||
g.junit.runner.manipulation;version="4.8.2",org.junit.runner.notifica
|
g.junit.runner.manipulation;version="4.10.0",org.junit.runner.notifica
|
||||||
tion;version="4.8.2",org.junit.runners;version="4.8.2",org.junit.runn
|
tion;version="4.10.0",org.junit.runners;version="4.10.0",org.junit.runn
|
||||||
ers.model;version="4.8.2"
|
ers.model;version="4.10.0"
|
||||||
Bundle-Version: 4.8.2.v4_8_2_v20110321-1705
|
Bundle-Version: 4.10.0.v4_10_0_v20120426-0900
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: junit
|
Name: junit
|
||||||
Version: 4.10
|
Version: 4.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Java regression test package
|
Summary: Java regression test package
|
||||||
License: CPL
|
License: CPL
|
||||||
@ -154,6 +154,9 @@ cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/%{name}
|
|||||||
%doc junit%{version}/doc/*
|
%doc junit%{version}/doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 30 2012 Krzysztof Daniel <kdaniel@redhat.com> 0:4.10-5
|
||||||
|
- Update OSGi metadata to match 4.10.0 release.
|
||||||
|
|
||||||
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 4.10-4
|
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 4.10-4
|
||||||
- removed Conflicts with itsself
|
- removed Conflicts with itsself
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user