Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2013-12-28 09:24:17 +0000
committerUwe Stieber2013-12-28 09:25:45 +0000
commitcd19e276e355eca1f77dcbcddab7246bccc1bdef (patch)
tree8a911ddf4df7eb6d2b6b8abf00506f54862979b0 /admin
parenta08419210da585e942fe471da668f8669996647f (diff)
downloadorg.eclipse.tcf-cd19e276e355eca1f77dcbcddab7246bccc1bdef.tar.gz
org.eclipse.tcf-cd19e276e355eca1f77dcbcddab7246bccc1bdef.tar.xz
org.eclipse.tcf-cd19e276e355eca1f77dcbcddab7246bccc1bdef.zip
Target Explorer: Require CDT 8.3.0 to support Windows local terminal
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 350ed5c19..df3682874 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -53,14 +53,17 @@
<!-- P2 repository URL's -->
<platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site>
+ <!--
<cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
+ -->
+ <cdt-site>http://download.eclipse.org/tools/cdt/builds/luna/milestones</cdt-site>
<!--
<tm-site>http://download.eclipse.org/tm/updates/3.5/</tm-site>
<tm-site>http://download.eclipse.org/tm/builds/kepler/nightly/</tm-site>
-->
<tm-site>http://download.eclipse.org/tm/updates/3.5milestones/</tm-site>
<rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/I20131203074849/repository/</orbit-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20131206110810/repository</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/snapshots</swtbot-site>
</properties>

Back to the top