Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-01-27 09:16:05 +0000
committerUwe Stieber2014-01-27 09:16:05 +0000
commitc756ea5e136d43abdfce14b1b60111bfcc3380c1 (patch)
treee29110aba270260f6eec48696b261f52c2c5bb22 /admin
parentf02e0102bfdcab702aa283e0a89fff6825449a0b (diff)
downloadorg.eclipse.tcf-c756ea5e136d43abdfce14b1b60111bfcc3380c1.tar.gz
org.eclipse.tcf-c756ea5e136d43abdfce14b1b60111bfcc3380c1.tar.xz
org.eclipse.tcf-c756ea5e136d43abdfce14b1b60111bfcc3380c1.zip
Releng: Added RXTX backup site
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 7a5b5cb11..cdfb9a45a 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -57,6 +57,7 @@
<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>
<rxtx-site>http://rxtx.qbang.org/eclipse</rxtx-site>
+ <rxtx-backup-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-backup-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20140116105218/repository/</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
@@ -83,13 +84,18 @@
<layout>p2</layout>
</repository>
<repository>
+ <id>swtbot</id>
+ <url>${swtbot-site}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
<id>rxtx</id>
<url>${rxtx-site}</url>
<layout>p2</layout>
</repository>
<repository>
- <id>swtbot</id>
- <url>${swtbot-site}</url>
+ <id>rxtx-backup</id>
+ <url>${rxtx-backup-site}</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top