From 059e14652fc6cee6a4358f2d89967f048b0d47c1 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Sun, 29 Sep 2024 12:47:17 +0200 Subject: [PATCH] Remove org.hamcrest.core from Eclipse SDK - The org.hamcrest.core bundle is just an empty hull to provide metadata that redirects all references to it to the new org.hamcrest bundle that avoids split packages with the org.hamcrest.library bundle by combining all the content into a single bundle. - Nothing in the SDK should require org.hamcrest.core anymore, so it can be removed. - A new org.junit bundle from Orbit is needed that requires the org.hamcrest bundle instead of the org.hamcrest.core bundle. https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2343 --- .../eclipse-sdk-prereqs.target | 12 +++++++++--- .../bundles/org.eclipse.releng.tests/ignoreFiles.txt | 1 - .../features/org.eclipse.sdk.tests/feature.xml | 4 ---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target b/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target index 1b095d55e27..711ae44b173 100644 --- a/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target +++ b/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target @@ -23,8 +23,10 @@ + @@ -33,9 +35,6 @@ - - - @@ -55,6 +54,13 @@ + + + + + + + diff --git a/eclipse.platform.releng/bundles/org.eclipse.releng.tests/ignoreFiles.txt b/eclipse.platform.releng/bundles/org.eclipse.releng.tests/ignoreFiles.txt index f6768c67912..f9de821eec4 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.releng.tests/ignoreFiles.txt +++ b/eclipse.platform.releng/bundles/org.eclipse.releng.tests/ignoreFiles.txt @@ -107,6 +107,5 @@ about_cairo.html */plugins/org.apache.commons.codec_* */plugins/org.apache.commons.codec.source_* */plugins/org.apache.commons.httpclient.source_* -*/plugins/org.hamcrest.core.source_* */eclipse/p2/org.eclipse.equinox.p2.metadata.repository/cache/content*_jar/content.xml */eclipse/artifacts.xml diff --git a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml index a5d1fce2d35..2db32750640 100644 --- a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml +++ b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml @@ -351,10 +351,6 @@ id="org.eclipse.equinox.bidi.tests" version="0.0.0"/> - -