Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-07-01 09:39:42 +0000
committerUwe Stieber2014-07-01 09:40:01 +0000
commit892d2abd22ab9a30159f2464e832eb401dbdcdbe (patch)
tree6796291e76fdbf90706a6081764de56397992e0a /admin
parent630a4e3a16cd757af549d86f42e334f6e35d52b0 (diff)
downloadorg.eclipse.tcf-892d2abd22ab9a30159f2464e832eb401dbdcdbe.tar.gz
org.eclipse.tcf-892d2abd22ab9a30159f2464e832eb401dbdcdbe.tar.xz
org.eclipse.tcf-892d2abd22ab9a30159f2464e832eb401dbdcdbe.zip
Releng: Select CDT 8.3 Kepler release repository and build Luna profile with Eclipse 4.4 and CDT 8.4 release repository
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 35c062c09..9922ba349 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -55,7 +55,7 @@
<!-- Default: Eclipse 3.8.x (Juno), CDT 8.3.0 (Kepler), TM 3.6 (Luna) -->
<platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site>
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/kepler/milestones</cdt-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
<tm-site>http://download.eclipse.org/tm/updates/3.6</tm-site>
<!-- RXTX is unresponsive. Take it out for now -->
<!-- <rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site> -->
@@ -141,8 +141,8 @@
<id>luna</id>
<properties>
- <platform-site>http://download.eclipse.org/eclipse/updates/4.4milestones</platform-site>
- <cdt-site>http://download.eclipse.org/tools/cdt/builds/luna/milestones</cdt-site>
+ <platform-site>http://download.eclipse.org/eclipse/updates/4.4</platform-site>
+ <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
</properties>
</profile>

Back to the top