Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-04-10 06:14:38 +0000
committerUwe Stieber2014-04-10 06:14:38 +0000
commit17d5d644c2930edd8d4e6f9b667fc4a8fa76bd99 (patch)
treec2aa5ee3adb80ae51f8251a435caf9c83ba9e4e6 /admin
parent95ca049e8d9844d538c67f88cfaaa183a3c8bb4f (diff)
downloadorg.eclipse.tcf-17d5d644c2930edd8d4e6f9b667fc4a8fa76bd99.tar.gz
org.eclipse.tcf-17d5d644c2930edd8d4e6f9b667fc4a8fa76bd99.tar.xz
org.eclipse.tcf-17d5d644c2930edd8d4e6f9b667fc4a8fa76bd99.zip
Releng: Update features to use the shared Eclipse license feature from
the Eclipse CBI infrastructure.
Diffstat (limited to 'admin')
-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 2f9b84e16..657205d0e 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -54,6 +54,7 @@
<!-- P2 repository URL's -->
<!-- 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>
<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 -->
@@ -64,6 +65,11 @@
</properties>
<repositories>
+ <repository>
+ <id>license-feature</id>
+ <url>${license-site}</url>
+ <layout>p2</layout>
+ </repository>
<repository>
<id>platform</id>
<url>${platform-site}</url>

Back to the top