From 3a4f6ff3628f650113fac69baef81e5f3eec8ec5 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Mon, 20 May 2024 18:45:59 +0200 Subject: [PATCH] Add Ant test.xml for org.eclipse.core.tests.resources.saveparticipant This adds a test.xml for Ant-based execution of tests in org.eclipse.core.tests.resources.saveparticipant. It is a follow-up to the addition of these tests to the Maven build. --- .../build.properties | 3 +- .../test.xml | 44 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 resources/tests/org.eclipse.core.tests.resources.saveparticipant/test.xml diff --git a/resources/tests/org.eclipse.core.tests.resources.saveparticipant/build.properties b/resources/tests/org.eclipse.core.tests.resources.saveparticipant/build.properties index 794c1227edd..27c227c207a 100644 --- a/resources/tests/org.eclipse.core.tests.resources.saveparticipant/build.properties +++ b/resources/tests/org.eclipse.core.tests.resources.saveparticipant/build.properties @@ -16,7 +16,8 @@ source.. = src/ output.. = bin/ bin.includes = .,\ META-INF/,\ - about.html + about.html,\ + test.xml src.includes = about.html pom.model.packaging = eclipse-test-plugin diff --git a/resources/tests/org.eclipse.core.tests.resources.saveparticipant/test.xml b/resources/tests/org.eclipse.core.tests.resources.saveparticipant/test.xml new file mode 100644 index 00000000000..90091d22cb5 --- /dev/null +++ b/resources/tests/org.eclipse.core.tests.resources.saveparticipant/test.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +