Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-27 08:07:17 +0000
committerAlexander Kurtakov2017-07-27 08:07:17 +0000
commit320bcc8ee82defeef21ae1aa3c39f651e8dee0ba (patch)
tree0304a051a85d25b71fe8d471ad6de70f5a42447a /production
parentde4e000f64a77b9aa2dbcca3281b5ecf02ef0496 (diff)
downloadeclipse.platform.releng.aggregator-320bcc8ee82defeef21ae1aa3c39f651e8dee0ba.tar.gz
eclipse.platform.releng.aggregator-320bcc8ee82defeef21ae1aa3c39f651e8dee0ba.tar.xz
eclipse.platform.releng.aggregator-320bcc8ee82defeef21ae1aa3c39f651e8dee0ba.zip
Bug 507886 - Remove "Eclipse 2.0 Style Plugin Support" from update site
No longer refer to compatibility in tests config. Change-Id: I050718653f1e5199621254a2be74b004f1458243 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 31e8b843d..4907788cb 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -39,15 +39,6 @@
arg1="${testPlugin}"
arg2="org.eclipse.equinox.p2.tests.discovery" />
</condition>
- <condition
- property="extraIU"
- value="org.eclipse.osgi.compatibility.plugins.feature.feature.group">
- <or>
- <equals
- arg1="${testPlugin}"
- arg2="org.eclipse.osgi.tests" />
- </or>
- </condition>
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />

Back to the top