Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 55cecb3cf..005b03970 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -18,9 +18,6 @@
<properties>
<jacoco.append>true</jacoco.append>
- <sdk-version>3.8.2</sdk-version>
- <tcf-version>1.3.0</tcf-version>
-
<ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
</properties>
@@ -56,23 +53,6 @@
<argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
<testFailureIgnore>true</testFailureIgnore>
<application>org.eclipse.ui.ide.workbench</application>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.eclipse.sdk.feature.group</artifactId>
- <version>${sdk-version}</version>
- </dependency>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.eclipse.tcf.te.tcf.feature.feature.group</artifactId>
- <version>${tcf-version}</version>
- </dependency>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.eclipse.tcf.te.tests</artifactId>
- <version>${tcf-version}</version>
- </dependency>
- </dependencies>
</configuration>
</plugin>
@@ -182,25 +162,5 @@
</plugins>
</build>
</profile>
-
- <profile>
- <!-- Eclipse 4.3.x (Kepler) -->
- <id>kepler</id>
-
- <properties>
- <sdk-version>4.3.2</sdk-version>
- </properties>
- </profile>
-
- <profile>
- <!-- Eclipse 4.4 (Luna) -->
- <id>luna</id>
-
- <properties>
- <sdk-version>4.4.0</sdk-version>
- </properties>
-
- </profile>
-
</profiles>
</project>

Back to the top