From 8ccec6d2175b9550dc2b9a6d79a3750a2ac1ef3a Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Mon, 20 May 2024 18:41:46 +0200 Subject: [PATCH] Add save participant test project to Ant-based build This adds the test bundle org.eclipse.core.tests.resource.saveparticipant to the Ant-based build. * Adds the bundles to the SDK test feature * Adds according targets to the main test.xml * Adds the produced log files to the testManifest.xml --- .../eclipse/publishingFiles/testManifest.xml | 3 +++ .../features/org.eclipse.sdk.tests/feature.xml | 4 ++++ .../configuration/sdk.tests/testScripts/test.xml | 7 +++++++ 3 files changed, 14 insertions(+) diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml index 2b60806557f..bee94051c2e 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml @@ -559,6 +559,9 @@ + 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 6c6dc186316..1577da5a7da 100644 --- a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml +++ b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml @@ -54,6 +54,10 @@ + + + + + + +