Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/org.eclipse.tcf.debug.test/pom.xml')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 2f052d366..7797e84c9 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -182,5 +182,25 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <!-- Eclipse 4.3.x (Kepler) -->
+ <id>kepler</id>
+
+ <properties>
+ <sdk-version>4.3.1</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