Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-27 08:15:40 +0000
committerAlexander Kurtakov2017-07-27 08:15:40 +0000
commit4875dbaaaf6d078e2839361280a27fc6082f5f84 (patch)
treecdb1cc2df8cf7d7f5583843072690cb3b1528738 /eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests
parent320bcc8ee82defeef21ae1aa3c39f651e8dee0ba (diff)
downloadeclipse.platform.releng.aggregator-4875dbaaaf6d078e2839361280a27fc6082f5f84.tar.gz
eclipse.platform.releng.aggregator-4875dbaaaf6d078e2839361280a27fc6082f5f84.tar.xz
eclipse.platform.releng.aggregator-4875dbaaaf6d078e2839361280a27fc6082f5f84.zip
Bug 507886 - Remove "Eclipse 2.0 Style Plugin Support" from update site
Remove compatibility configs in junit-tests product. Change-Id: I1305949002dde1a81a1952bafbff65ff0cae29b6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
index 053f33d46..dde689ded 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
@@ -39,21 +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" />
- <equals
- arg1="${testPlugin}"
- arg2="org.eclipse.pde.ui.tests" />
- <equals
- arg1="${testPlugin}"
- arg2="org.eclipse.pde.api.tools.tests" />
- </or>
- </condition>
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />

Back to the top