Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2015-02-20 14:41:44 +0000
committerUwe Stieber2015-02-20 14:42:07 +0000
commitaf98de3af25cdee76bfdb50b2f25f6663e39aae5 (patch)
treef16c7dac27805db60b61b1b80a4369785ed1b1f3 /admin
parent08bb1b0e979fc811afe1b5aa0391e6479542555e (diff)
downloadorg.eclipse.tcf-af98de3af25cdee76bfdb50b2f25f6663e39aae5.tar.gz
org.eclipse.tcf-af98de3af25cdee76bfdb50b2f25f6663e39aae5.tar.xz
org.eclipse.tcf-af98de3af25cdee76bfdb50b2f25f6663e39aae5.zip
Releng: Switch build to use TM 3.7 (Luna) nightly
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index c76a457ca..6eacd5c67 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -53,15 +53,13 @@
<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.6 (Luna) -->
+ <!-- Default: Eclipse 3.8.x (Juno), CDT 8.3.0 (Kepler), TM 3.7 (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/releases/kepler</cdt-site>
- <tm-site>http://download.eclipse.org/tm/updates/3.6</tm-site>
+ <tm-site>http://download.eclipse.org/tm/builds/luna/nightly</tm-site>
<ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/1.1.1</ptp-remote-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>
+ <rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
@@ -102,18 +100,11 @@
<url>${ptp-remote-site}</url>
<layout>p2</layout>
</repository>
- <!--
<repository>
<id>rxtx</id>
<url>${rxtx-site}</url>
<layout>p2</layout>
</repository>
- -->
- <repository>
- <id>rxtx-backup</id>
- <url>${rxtx-backup-site}</url>
- <layout>p2</layout>
- </repository>
</repositories>
<pluginRepositories>

Back to the top