Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-01-28 09:37:46 +0000
committerUwe Stieber2014-01-28 09:37:46 +0000
commitf4038b4f2623fa6cf2fc700225b8c801b70d8258 (patch)
treecef7ea28010f4c6272a0ca3a5bd8acb5323affc9 /tests/plugins/org.eclipse.tcf.debug.test/pom.xml
parenta816dc8bfcf07c20f9f441fb549e54482c05ddfa (diff)
downloadorg.eclipse.tcf-f4038b4f2623fa6cf2fc700225b8c801b70d8258.tar.gz
org.eclipse.tcf-f4038b4f2623fa6cf2fc700225b8c801b70d8258.tar.xz
org.eclipse.tcf-f4038b4f2623fa6cf2fc700225b8c801b70d8258.zip
Tests: Add profiles for Kepler and Luna to the tests execution
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