Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml8
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
2 files changed, 17 insertions, 1 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 ee6a71218..ed2a31a10 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
@@ -48,6 +48,14 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.core" />
+ </condition>
+
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 508286e6d..ebd5afd84 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -48,7 +48,15 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
- <antcall target="setupRepo" />
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.core" />
+ </condition>
+
+ <antcall target="setupRepo" />
<antcall target="${setupTarget}" />
<antcall target="installPreferences">

Back to the top