Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-06-26 12:41:23 +0000
committerUwe Stieber2014-06-26 12:41:23 +0000
commitd6dd133a183ea421281f622b2f2b2f91c753088c (patch)
tree970f8d08dff3084bbbca50309eff686ca635555a
parent75fe2a076289bd294cd19eb996952d3ddbb527ac (diff)
downloadorg.eclipse.tcf-1.3_WR_20140627_VX7.tar.gz
org.eclipse.tcf-1.3_WR_20140627_VX7.tar.xz
org.eclipse.tcf-1.3_WR_20140627_VX7.zip
Releng: Switch to TM Terminal 3.6 updates repository1.3_WR_20140627_VX71.3_WR_20140627_VX7_bugfix
-rw-r--r--admin/pom-config.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 21dd28ea8..35c062c09 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -52,12 +52,11 @@
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git</tycho.scmUrl>
<!-- P2 repository URL's -->
- <!-- Default: Eclipse 3.8.x (Juno), CDT 8.3.0 (Kepler), TM 3.5 (Kepler) -->
+ <!-- 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>
- <license-site-staging>http://download.eclipse.org/cbi/staging</license-site-staging>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/kepler/milestones</cdt-site>
- <tm-site>http://download.eclipse.org/tm/builds/luna/nightly</tm-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> -->
<rxtx-backup-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-backup-site>
@@ -71,11 +70,6 @@
<url>${license-site}</url>
<layout>p2</layout>
</repository>
- <repository>
- <id>license-feature-staging</id>
- <url>${license-site-staging}</url>
- <layout>p2</layout>
- </repository>
<repository>
<id>platform</id>
<url>${platform-site}</url>

Back to the top