diff options
| author | Noopur Gupta | 2019-08-26 09:00:10 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2019-08-26 09:00:10 +0000 |
| commit | 3e081254fc1fc0d9f5f3de2a00ebb715c56b7d23 (patch) | |
| tree | d839d3a73e2212867309fb627c7b9f74db0bfb80 | |
| parent | dc448a09ea2bde47457a73e2578ba99f5718b379 (diff) | |
| download | orbit-recipes-3e081254fc1fc0d9f5f3de2a00ebb715c56b7d23.tar.gz orbit-recipes-3e081254fc1fc0d9f5f3de2a00ebb715c56b7d23.tar.xz orbit-recipes-3e081254fc1fc0d9f5f3de2a00ebb715c56b7d23.zip | |
Bug 550376: [JUnit 5] Cannot run Jupiter tests in a project with
module-info.java after upgrade to JUnit 5.5.1
Rename about_files to about-files
Change-Id: I5179f8245e7ec5cab912cdc917feed974609e270
36 files changed, 24 insertions, 24 deletions
diff --git a/junit/junit5/org.apiguardian_1.1.0/osgi.bnd b/junit/junit5/org.apiguardian_1.1.0/osgi.bnd index cf8b775b..685a9b8d 100644 --- a/junit/junit5/org.apiguardian_1.1.0/osgi.bnd +++ b/junit/junit5/org.apiguardian_1.1.0/osgi.bnd @@ -1,7 +1,7 @@ package-version=${version;===;${Bundle-Version}} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about_files/THE_APACHE_LICENSE__VERSION_2.0.txt b/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about-files/THE_APACHE_LICENSE__VERSION_2.0.txt index d6456956..d6456956 100644 --- a/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about_files/THE_APACHE_LICENSE__VERSION_2.0.txt +++ b/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about-files/THE_APACHE_LICENSE__VERSION_2.0.txt diff --git a/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about.html b/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about.html index f861136a..b01b384c 100644 --- a/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about.html +++ b/junit/junit5/org.apiguardian_1.1.0/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by @API Guardian Team <team@apiguardian.org> as part of the org.apiguardian:apiguardian-api project.</p> -<p>org.apiguardian:apiguardian-api is provided to you under the terms and conditions of the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt" target="_blank">The Apache License, Version 2.0</a> (<a href="about_files/THE_APACHE_LICENSE__VERSION_2.0.txt" target="_blank">THE_APACHE_LICENSE__VERSION_2.0.txt</a>) license.</p> +<p>org.apiguardian:apiguardian-api is provided to you under the terms and conditions of the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt" target="_blank">The Apache License, Version 2.0</a> (<a href="about-files/THE_APACHE_LICENSE__VERSION_2.0.txt" target="_blank">THE_APACHE_LICENSE__VERSION_2.0.txt</a>) license.</p> <p>org.apiguardian:apiguardian-api including its source is available from <a href="https://github.com/apiguardian-team/apiguardian" target="_blank">github.com/apiguardian-team/apiguardian</a>.</p> diff --git a/junit/junit5/org.junit.jupiter.api_5.5.1/osgi.bnd b/junit/junit5/org.junit.jupiter.api_5.5.1/osgi.bnd index 4c6bf7eb..41f544ef 100644 --- a/junit/junit5/org.junit.jupiter.api_5.5.1/osgi.bnd +++ b/junit/junit5/org.junit.jupiter.api_5.5.1/osgi.bnd @@ -4,7 +4,7 @@ opentest4j-version-range=${range;[===,+);1.1.1} junit-platform-commons-version-range=${range;[===,+);1.5.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about.html b/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about.html index d1fa9260..e6745c81 100644 --- a/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.jupiter.api_5.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Jupiter API project.</p> -<p>JUnit Jupiter API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Jupiter API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Jupiter API including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.jupiter.engine_5.5.1/osgi.bnd b/junit/junit5/org.junit.jupiter.engine_5.5.1/osgi.bnd index 3eab9fa4..ec2d06d9 100644 --- a/junit/junit5/org.junit.jupiter.engine_5.5.1/osgi.bnd +++ b/junit/junit5/org.junit.jupiter.engine_5.5.1/osgi.bnd @@ -6,7 +6,7 @@ junit-platform-commons-version-range=${range;[===,+);1.5.1} opentest4j-version-range=${range;[===,+);1.1.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about.html b/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about.html index d8badff0..4ae721fc 100644 --- a/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.jupiter.engine_5.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Jupiter Engine project.</p> -<p>JUnit Jupiter Engine is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Jupiter Engine is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Jupiter Engine including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/osgi.bnd b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/osgi.bnd index 0547b66a..e585a407 100644 --- a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/osgi.bnd +++ b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/osgi.bnd @@ -5,7 +5,7 @@ junit-jupiter-api-version-range=${range;[===,+);5.5.1} junit-platform-commons-version-range=${range;[===,+);1.5.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about.html b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about.html index db15b301..e328e75e 100644 --- a/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.jupiter.migrationsupport_5.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Jupiter Migration Support project.</p> -<p>JUnit Jupiter Migration Support is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Jupiter Migration Support is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Jupiter Migration Support including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.jupiter.params_5.5.1/osgi.bnd b/junit/junit5/org.junit.jupiter.params_5.5.1/osgi.bnd index 78322229..c5430d1e 100644 --- a/junit/junit5/org.junit.jupiter.params_5.5.1/osgi.bnd +++ b/junit/junit5/org.junit.jupiter.params_5.5.1/osgi.bnd @@ -4,7 +4,7 @@ junit-jupiter-api-version-range=${range;[===,+);5.5.1} junit-platform-commons-version-range=${range;[===,+);1.5.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about.html b/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about.html index 91af1dad..2326e647 100644 --- a/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.jupiter.params_5.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Jupiter Params project.</p> -<p>JUnit Jupiter Params is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Jupiter Params is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Jupiter Params including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.platform.commons_1.5.1/osgi.bnd b/junit/junit5/org.junit.platform.commons_1.5.1/osgi.bnd index cde4645c..c4b07a2d 100644 --- a/junit/junit5/org.junit.platform.commons_1.5.1/osgi.bnd +++ b/junit/junit5/org.junit.platform.commons_1.5.1/osgi.bnd @@ -2,7 +2,7 @@ package-version=${version;===;${Bundle-Version}} apiguardian-api-version-range=${range;[===,+);1.0.0} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about.html b/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about.html index 21576e1f..414ead4f 100644 --- a/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.platform.commons_1.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Platform Commons project.</p> -<p>JUnit Platform Commons is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Platform Commons is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Platform Commons including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.platform.engine_1.5.1/osgi.bnd b/junit/junit5/org.junit.platform.engine_1.5.1/osgi.bnd index 4d1d617c..86b753a0 100644 --- a/junit/junit5/org.junit.platform.engine_1.5.1/osgi.bnd +++ b/junit/junit5/org.junit.platform.engine_1.5.1/osgi.bnd @@ -4,7 +4,7 @@ junit-platform-commons-version-range=${range;[===,+);1.5.1} opentest4j-version-range=${range;[===,+);1.1.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about.html b/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about.html index 71fb42b7..ec6edbb3 100644 --- a/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.platform.engine_1.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Platform Engine API project.</p> -<p>JUnit Platform Engine API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Platform Engine API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Platform Engine API including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.platform.launcher_1.5.1/osgi.bnd b/junit/junit5/org.junit.platform.launcher_1.5.1/osgi.bnd index 6f800187..71d590ae 100644 --- a/junit/junit5/org.junit.platform.launcher_1.5.1/osgi.bnd +++ b/junit/junit5/org.junit.platform.launcher_1.5.1/osgi.bnd @@ -4,7 +4,7 @@ junit-platform-engine-version-range=${range;[===,+);1.5.1} junit-platform-commons-version-range=${range;[===,+);1.5.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about.html b/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about.html index aa3c4db8..f4b43a50 100644 --- a/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.platform.launcher_1.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Platform Launcher project.</p> -<p>JUnit Platform Launcher is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Platform Launcher is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Platform Launcher including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.platform.runner_1.5.1/osgi.bnd b/junit/junit5/org.junit.platform.runner_1.5.1/osgi.bnd index 458a3776..a455f264 100644 --- a/junit/junit5/org.junit.platform.runner_1.5.1/osgi.bnd +++ b/junit/junit5/org.junit.platform.runner_1.5.1/osgi.bnd @@ -7,7 +7,7 @@ junit-platform-commons-version-range=${range;[===,+);1.5.1} junit-platform-engine-version-range=${range;[===,+);1.5.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about.html b/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about.html index c799f7e7..cace3f22 100644 --- a/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.platform.runner_1.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Platform Runner project.</p> -<p>JUnit Platform Runner is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Platform Runner is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Platform Runner including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.platform.suite.api_1.5.1/osgi.bnd b/junit/junit5/org.junit.platform.suite.api_1.5.1/osgi.bnd index d8148458..95e777c3 100644 --- a/junit/junit5/org.junit.platform.suite.api_1.5.1/osgi.bnd +++ b/junit/junit5/org.junit.platform.suite.api_1.5.1/osgi.bnd @@ -2,7 +2,7 @@ package-version=${version;===;${Bundle-Version}} apiguardian-api-version-range=${range;[===,+);1.0.0} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about.html b/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about.html index 757f1509..6ddc6a64 100644 --- a/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.platform.suite.api_1.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Platform Suite API project.</p> -<p>JUnit Platform Suite API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Platform Suite API is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Platform Suite API including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.junit.vintage.engine_5.5.1/osgi.bnd b/junit/junit5/org.junit.vintage.engine_5.5.1/osgi.bnd index 4b46bd44..deea75bb 100644 --- a/junit/junit5/org.junit.vintage.engine_5.5.1/osgi.bnd +++ b/junit/junit5/org.junit.vintage.engine_5.5.1/osgi.bnd @@ -6,7 +6,7 @@ junit-version-range=${range;[===,+);4.12} opentest4j-version-range=${range;[===,+);1.1.1} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html b/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html index 637a181d..637a181d 100644 --- a/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html +++ b/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html diff --git a/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about.html b/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about.html index 2f85211b..f1133a47 100644 --- a/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about.html +++ b/junit/junit5/org.junit.vintage.engine_5.5.1/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com>, Sam Brannen <sam@sambrannen.com> and Christian Stein <sormuras@gmail.com> as part of the JUnit Vintage Engine project.</p> -<p>JUnit Vintage Engine is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about_files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> +<p>JUnit Vintage Engine is provided to you under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl-v20.html" target="_blank">Eclipse Public License v2.0</a> (<a href="about-files/ECLIPSE_PUBLIC_LICENSE_V2.0.html" target="_blank">ECLIPSE_PUBLIC_LICENSE_V2.0.html</a>) license.</p> <p>JUnit Vintage Engine including its source is available from <a href="http://junit.org/junit5/" target="_blank">junit.org/junit5/</a>.</p> diff --git a/junit/junit5/org.opentest4j_1.2.0/osgi.bnd b/junit/junit5/org.opentest4j_1.2.0/osgi.bnd index cf8b775b..685a9b8d 100644 --- a/junit/junit5/org.opentest4j_1.2.0/osgi.bnd +++ b/junit/junit5/org.opentest4j_1.2.0/osgi.bnd @@ -1,7 +1,7 @@ package-version=${version;===;${Bundle-Version}} Export-Package: \ - !about.html,!about_files, \ + !about.html,!about-files, \ *.internal.*;x-internal:=true;version="${package-version}", \ *.implementation.*;x-internal:=true;version="${package-version}", \ *.impl.*;x-internal:=true;version="${package-version}", \ diff --git a/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about_files/THE_APACHE_LICENSE__VERSION_2.0.txt b/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about-files/THE_APACHE_LICENSE__VERSION_2.0.txt index d6456956..d6456956 100644 --- a/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about_files/THE_APACHE_LICENSE__VERSION_2.0.txt +++ b/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about-files/THE_APACHE_LICENSE__VERSION_2.0.txt diff --git a/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html b/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html index 2f3789ad..42d92b8e 100644 --- a/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html +++ b/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html @@ -34,7 +34,7 @@ terms and conditions of use.</p> <p>The plug-in includes software developed by Stefan Bechtold <stefan.bechtold@me.com>, Johannes Link <business@johanneslink.net>, Marc Philipp <mail@marcphilipp.de>, Matthias Merdes <Matthias.Merdes@heidelberg-mobil.com> and Sam Brannen <sam@sambrannen.com> as part of the org.opentest4j:opentest4j project.</p> -<p>org.opentest4j:opentest4j is provided to you under the terms and conditions of the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt" target="_blank">The Apache License, Version 2.0</a> (<a href="about_files/THE_APACHE_LICENSE__VERSION_2.0.txt" target="_blank">THE_APACHE_LICENSE__VERSION_2.0.txt</a>) license.</p> +<p>org.opentest4j:opentest4j is provided to you under the terms and conditions of the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt" target="_blank">The Apache License, Version 2.0</a> (<a href="about-files/THE_APACHE_LICENSE__VERSION_2.0.txt" target="_blank">THE_APACHE_LICENSE__VERSION_2.0.txt</a>) license.</p> <p>org.opentest4j:opentest4j including its source is available from <a href="https://github.com/ota4j-team/opentest4j" target="_blank">github.com/ota4j-team/opentest4j</a>.</p> |
