diff options
author | Uwe Stieber | 2014-02-04 10:42:19 +0000 |
---|---|---|
committer | Uwe Stieber | 2014-02-04 10:42:19 +0000 |
commit | cce6ab0136910b8e49a49e86658100ea19309467 (patch) | |
tree | db49c3920395fd9b1b8ee3ce24d0e361e6cfc7cd | |
parent | 429ac284562ba0d897b1137a33859bc417cd8523 (diff) | |
download | org.eclipse.tcf-cce6ab0136910b8e49a49e86658100ea19309467.tar.gz org.eclipse.tcf-cce6ab0136910b8e49a49e86658100ea19309467.tar.xz org.eclipse.tcf-cce6ab0136910b8e49a49e86658100ea19309467.zip |
Releng: Fix build failure because of unresponsive RXTX update site
-rw-r--r-- | admin/pom-config.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml index e6d201172..ef6f453c3 100644 --- a/admin/pom-config.xml +++ b/admin/pom-config.xml @@ -55,10 +55,9 @@ <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> + <!-- 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> <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/</orbit-site> <swtbot-site>http://download.eclipse.org/technology/swtbot/snapshots</swtbot-site> </properties> @@ -84,11 +83,18 @@ <url>${tm-site}</url> <layout>p2</layout> </repository> + <!-- <repository> <id>rxtx</id> <url>${rxtx-site}</url> <layout>p2</layout> </repository> + --> + <repository> + <id>rxtx-backup</id> + <url>${rxtx-backup-site}</url> + <layout>p2</layout> + </repository> <repository> <id>swtbot</id> <url>${swtbot-site}</url> |