Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-12-04 15:42:38 +0000
committerAlexander Kurtakov2021-12-04 15:43:46 +0000
commit8bf87d1bdaf797901eeaaca00f275546ffd4c843 (patch)
treefe1edfc8debf8ba8e3a921ed8b79e980c7c5c8ee /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parentaab3a71c407fac37418f55a9374d77b2a7ddd199 (diff)
downloadeclipse.platform.releng.aggregator-8bf87d1bdaf797901eeaaca00f275546ffd4c843.tar.gz
eclipse.platform.releng.aggregator-8bf87d1bdaf797901eeaaca00f275546ffd4c843.tar.xz
eclipse.platform.releng.aggregator-8bf87d1bdaf797901eeaaca00f275546ffd4c843.zip
Bug 576097 - Investigate removing CVS dependency in PDE
Add test feature as extraIU for pde.build.tests. Change-Id: If3e8150db0df01d1342230b7fa226b002b8bce31 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/188533 Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 3d4decfab..2c8454495 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -41,6 +41,14 @@
<condition
property="extraIU"
+ value="org.eclipse.test.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.pde.build.tests" />
+ </condition>
+
+ <condition
+ property="extraIU"
value="org.eclipse.unittest.ui">
<equals
arg1="${testPlugin}"

Back to the top