Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2016-11-22 16:39:58 +0000
committerEugene Tarassov2016-11-22 16:39:58 +0000
commit491fe134ef609c9c430319cfc0b818b7a0233451 (patch)
treed8516f28063750fd2bc40caa7a5bd9566e07cadb /admin/pom-config.xml
parentf96cd96883dbc7ac606fcd7eb87dd43c6291f6b3 (diff)
downloadorg.eclipse.tcf-491fe134ef609c9c430319cfc0b818b7a0233451.tar.gz
org.eclipse.tcf-491fe134ef609c9c430319cfc0b818b7a0233451.tar.xz
org.eclipse.tcf-491fe134ef609c9c430319cfc0b818b7a0233451.zip
Fixed wrong version of CDT in Neon build target specs
Diffstat (limited to 'admin/pom-config.xml')
-rw-r--r--admin/pom-config.xml57
1 files changed, 28 insertions, 29 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 0e7c977a0..bf261a700 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -166,50 +166,49 @@
</profile>
- <profile>
- <!-- Eclipse 4.6 (Neon), CDT 9.0.0 (Neon) -->
- <id>neon</id>
-
+ <profile>
+ <!-- Eclipse 4.6 (Neon 1), CDT 9.1.0 (Neon 1) -->
+ <id>neon</id>
+
<properties>
- <platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
- <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
+ <platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/9.1</cdt-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.1</terminal-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
- </properties>
+ </properties>
<repositories>
- <repository>
- <id>cdt-launchbar</id>
- <url>${cdt-launchbar-site}</url>
- <layout>p2</layout>
- </repository>
+ <repository>
+ <id>cdt-launchbar</id>
+ <url>${cdt-launchbar-site}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
</profile>
- <profile>
- <!-- Eclipse 4.7 (Oxygen), CDT 9.1.0 (Neon) -->
- <id>oxygen</id>
-
+ <profile>
+ <!-- Eclipse 4.7 (Oxygen), CDT 9.1.0 (Neon) -->
+ <id>oxygen</id>
+
<properties>
- <platform-site>http://download.eclipse.org/eclipse/updates/4.7milestones</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
- <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
- <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</ptp-remote-site>
+ <platform-site>http://download.eclipse.org/eclipse/updates/4.7milestones</platform-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
+ <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
+ <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</ptp-remote-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.2milestones</terminal-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
- </properties>
+ </properties>
<repositories>
- <repository>
- <id>cdt-launchbar</id>
- <url>${cdt-launchbar-site}</url>
- <layout>p2</layout>
- </repository>
+ <repository>
+ <id>cdt-launchbar</id>
+ <url>${cdt-launchbar-site}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
</profile>
- </profiles>
-
+ </profiles>
+
<build>
<plugins>
<plugin>

Back to the top