Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-04-08 09:05:29 +0000
committerAlexander Kurtakov2011-04-08 09:05:29 +0000
commit4d5bac3d8ee8a8a0dc428093afdeab36b29ea304 (patch)
treef7a5c5ca423d8db75383ada80711ea4c7aaa24be /pom.xml
parent70512cc44ed11aeb2671d4c0821362a65bcc88ce (diff)
downloadorg.eclipse.linuxtools-4d5bac3d8ee8a8a0dc428093afdeab36b29ea304.tar.gz
org.eclipse.linuxtools-4d5bac3d8ee8a8a0dc428093afdeab36b29ea304.tar.xz
org.eclipse.linuxtools-4d5bac3d8ee8a8a0dc428093afdeab36b29ea304.zip
Activate Indigo profile be default
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 25f9dc6a95..17836b5194 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
<profile>
<id>platform-indigo</id>
<activation>
+ <activeByDefault>true</activeByDefault>
<property>
<name>platform-version-name</name>
<value>indigo</value>

Back to the top