Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorTobias Schwarz2014-03-28 07:02:31 +0000
committerTobias Schwarz2014-03-28 07:02:31 +0000
commit2640f854dcba7370f90f6a5af29c54cfa3480877 (patch)
treeff87fafca94eb9695ec2b98b949036b9950981da /admin
parent37cc607c9ba69c6b2c377f5df66971acb19cdaaf (diff)
downloadorg.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.tar.gz
org.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.tar.xz
org.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.zip
Target Explorer: avoid reconnect on hitting enter in closed terminals
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index a41a75211..929a2d22f 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.5 (Kepler) -->
<platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/kepler/milestones</cdt-site>
- <tm-site>http://download.eclipse.org/tm/updates/3.5</tm-site>
+ <tm-site>http://download.eclipse.org/tm/builds/luna/nightly</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>

Back to the top