Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2015-04-29 09:22:10 +0000
committerUwe Stieber2015-04-29 09:22:35 +0000
commitf5cdbec7bf620e7babf104500006be721347c5c3 (patch)
tree34dc1464f1fe4e2867d4bb1d551ee41eda9fd374 /admin
parent8af8df18e6fd0a15962fc93407e3c804e3f82bab (diff)
downloadorg.eclipse.tcf-f5cdbec7bf620e7babf104500006be721347c5c3.tar.gz
org.eclipse.tcf-f5cdbec7bf620e7babf104500006be721347c5c3.tar.xz
org.eclipse.tcf-f5cdbec7bf620e7babf104500006be721347c5c3.zip
Terminal: Switch to TM Terminal 4.0
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 786ee785f..6b36ed139 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -57,10 +57,11 @@
<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/builds/luna/nightly</tm-site>
+ <tm-site>http://download.eclipse.org/tm/updates/4.0milestones</tm-site>
+ <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.0milestones</tm-site>
<ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/1.1.1</ptp-remote-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>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20150428165605/repository/</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
@@ -86,6 +87,11 @@
<layout>p2</layout>
</repository>
<repository>
+ <id>terminal</id>
+ <url>${terminal-site}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
<id>tm</id>
<url>${tm-site}</url>
<layout>p2</layout>

Back to the top