Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-02-09 08:52:10 +0000
committerSravan Kumar Lakkimsetti2021-03-09 11:34:43 +0000
commitb390dfa4ed95d5d07e1f9c145ebf123330ba7ee3 (patch)
tree38377f5a7a779f5c493614e3e4a299df39913a72
parent838dba3952779487b807b2e6ac2097683db4232d (diff)
downloadeclipse.platform.releng.aggregator-b390dfa4ed95d5d07e1f9c145ebf123330ba7ee3.tar.gz
eclipse.platform.releng.aggregator-b390dfa4ed95d5d07e1f9c145ebf123330ba7ee3.tar.xz
eclipse.platform.releng.aggregator-b390dfa4ed95d5d07e1f9c145ebf123330ba7ee3.zip
Bug 571007 - Move copyright tool to buildtools repository
Change-Id: Ifaa23db3cc3c4ce50673beabcd87e59811ec3465 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 1e5d44d45..52da16d4d 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -31,15 +31,7 @@
substring=".dmg" />
</condition>
- <condition
- property="extraIU"
- value="org.eclipse.releng.tools.feature.group">
- <equals
- arg1="${testPlugin}"
- arg2="org.eclipse.releng.tests" />
- </condition>
-
- <condition
+ <condition
property="extraIU"
value="org.eclipse.equinox.p2.discovery.feature.feature.group">
<equals

Back to the top