Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-04-10 06:22:12 +0000
committerUwe Stieber2014-04-10 06:22:12 +0000
commit5ff396d75c487731e9553d3c593232681791f91d (patch)
tree6b9d8a34c799287cf3c86cc14eb267fcc1946003 /admin/pom-config.xml
parent17d5d644c2930edd8d4e6f9b667fc4a8fa76bd99 (diff)
downloadorg.eclipse.tcf-5ff396d75c487731e9553d3c593232681791f91d.tar.gz
org.eclipse.tcf-5ff396d75c487731e9553d3c593232681791f91d.tar.xz
org.eclipse.tcf-5ff396d75c487731e9553d3c593232681791f91d.zip
Releng: Also add the CBI license feature staging repository
Diffstat (limited to 'admin/pom-config.xml')
-rw-r--r--admin/pom-config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 657205d0e..08a7a2f5c 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -55,6 +55,7 @@
<!-- Default: Eclipse 3.8.x (Juno), CDT 8.3.0 (Kepler), TM 3.5 (Kepler) -->
<platform-site>http://download.eclipse.org/eclipse/updates/3.8</platform-site>
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
+ <license-site-staging>http://download.eclipse.org/cbi/staging</license-site-staging>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/kepler/milestones</cdt-site>
<tm-site>http://download.eclipse.org/tm/builds/luna/nightly</tm-site>
<!-- RXTX is unresponsive. Take it out for now -->
@@ -70,6 +71,11 @@
<url>${license-site}</url>
<layout>p2</layout>
</repository>
+ <repository>
+ <id>license-feature-staging</id>
+ <url>${license-site-staging}</url>
+ <layout>p2</layout>
+ </repository>
<repository>
<id>platform</id>
<url>${platform-site}</url>

Back to the top