Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2013-07-28 15:30:53 +0000
committerMarc-Andre Laperle2013-07-28 15:30:53 +0000
commit307899adc6e07ecc05bc673d6664259a948f34fc (patch)
tree9d451eacce9db3660ee72e1ed16090e785aa3f16 /pom.xml
parent464d9619593fc8dfa49d0d70927c66a6b0aa3be0 (diff)
downloadorg.eclipse.cdt-307899adc6e07ecc05bc673d6664259a948f34fc.tar.gz
org.eclipse.cdt-307899adc6e07ecc05bc673d6664259a948f34fc.tar.xz
org.eclipse.cdt-307899adc6e07ecc05bc673d6664259a948f34fc.zip
Build with platform 4.3 by default.
It is still possible to build with platform 3.8 using -Dplatform-3.8.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 62f85cffb95..f1c7426482b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,29 +223,29 @@
<profiles>
<profile>
- <id>platform-3.8</id>
+ <id>platform-4.3</id>
<activation>
<property>
- <name>!platform-4.3</name>
+ <name>!platform-3.8</name>
</property>
</activation>
<properties>
- <platform-version>3.8</platform-version>
- <orbit-version>R20110523182458</orbit-version>
- <tm-version>3.3</tm-version>
+ <platform-version>4.3</platform-version>
+ <orbit-version>R20130517111416</orbit-version>
+ <tm-version>3.5</tm-version>
</properties>
</profile>
<profile>
- <id>platform-4.3</id>
+ <id>platform-3.8</id>
<activation>
<property>
- <name>platform-4.3</name>
+ <name>platform-3.8</name>
</property>
</activation>
<properties>
- <platform-version>4.3</platform-version>
- <orbit-version>R20130517111416</orbit-version>
- <tm-version>3.5</tm-version>
+ <platform-version>3.8</platform-version>
+ <orbit-version>R20110523182458</orbit-version>
+ <tm-version>3.3</tm-version>
</properties>
</profile>
<profile>

Back to the top