Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Bernard2017-06-01 14:35:04 +0000
committerSimon Bernard2017-06-01 14:35:04 +0000
commit116c687c6b81e1a72be9e9773b60dc4381885b2a (patch)
tree7160cf5b5d63203e3f87d251768f079692aca39d
parent0c9acb18cd8a4b09bc150cc88ea912d937e6ed31 (diff)
downloadorg.eclipse.ldt-116c687c6b81e1a72be9e9773b60dc4381885b2a.tar.gz
org.eclipse.ldt-116c687c6b81e1a72be9e9773b60dc4381885b2a.tar.xz
org.eclipse.ldt-116c687c6b81e1a72be9e9773b60dc4381885b2a.zip
update to oxygen and add oxygen platform profile.
-rw-r--r--pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 005734b..20facf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<download-publish-path>${download-publish-rootpath}${download-publish-relativepath}</download-publish-path>
<!-- default eclipse platform targeted -->
- <eclipse-site>http://download.eclipse.org/releases/neon</eclipse-site>
+ <eclipse-site>http://download.eclipse.org/releases/oxygen</eclipse-site>
<!-- Uri to git repository -->
<tycho.scmUrl>scm:git:https://git.eclipse.org/gitroot/ldt/org.eclipse.ldt.git</tycho.scmUrl>
@@ -146,6 +146,18 @@
</properties>
</profile>
<profile>
+ <id>platform-oxygen</id>
+ <activation>
+ <property>
+ <name>platform-version-name</name>
+ <value>oxygen</value>
+ </property>
+ </activation>
+ <properties>
+ <eclipse-site>http://download.eclipse.org/releases/oxygen</eclipse-site>
+ </properties>
+ </profile>
+ <profile>
<id>platform-staging</id>
<activation>
<property>

Back to the top