Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2013-01-28 08:35:36 +0000
committerUwe Stieber2013-01-28 08:35:36 +0000
commit91345e1e29fd06f38ce6985947015bf31d54896d (patch)
tree0ee20bdb9d00ebd4c57fac27d82748a20ab6b76d /admin
parentc235f129e53b173f311e93b9a1ad550e195a9ca0 (diff)
downloadorg.eclipse.tcf-91345e1e29fd06f38ce6985947015bf31d54896d.tar.gz
org.eclipse.tcf-91345e1e29fd06f38ce6985947015bf31d54896d.tar.xz
org.eclipse.tcf-91345e1e29fd06f38ce6985947015bf31d54896d.zip
Tycho: Uprev ORBIT and add SWTBot P2 repository
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 9959eac86..2261ddd66 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -58,7 +58,8 @@
-->
<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/R20120526062928/repository/</orbit-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>
</properties>
<repositories>
@@ -87,6 +88,11 @@
<url>${rxtx-site}</url>
<layout>p2</layout>
</repository>
+ <repository>
+ <id>swtbot</id>
+ <url>${swtbot-site}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
<pluginRepositories>

Back to the top