Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-03-19 08:13:55 +0000
committerUwe Stieber2013-03-19 08:13:55 +0000
commit85305527fa6174890474419459326f6d7ab97377 (patch)
tree6f84749b387f7f286e40133477befe8f10d86594 /admin/pom-config.xml
parenta5651bb6ddae2efe2b296e4bf486fae6f8fc6c5e (diff)
downloadorg.eclipse.tcf-85305527fa6174890474419459326f6d7ab97377.tar.gz
org.eclipse.tcf-85305527fa6174890474419459326f6d7ab97377.tar.xz
org.eclipse.tcf-85305527fa6174890474419459326f6d7ab97377.zip
Maven: Use TM Terminal from release repository instead of the nightly repository
Diffstat (limited to 'admin/pom-config.xml')
-rw-r--r--admin/pom-config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index c7b08b158..08756f34a 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -54,10 +54,10 @@
<!-- 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/juno</cdt-site>
- <!--
<tm-site>http://download.eclipse.org/tm/updates/3.4/</tm-site>
- -->
+ <!--
<tm-site>http://download.eclipse.org/tm/builds/juno/nightly/</tm-site>
+ -->
<rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository/</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/snapshots</swtbot-site>

Back to the top