Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEugene Tarassov2016-11-22 19:14:46 +0000
committerEugene Tarassov2016-11-22 19:14:46 +0000
commit97fe7a1e5f24d6e4ad16d06121c52fc03c964d41 (patch)
tree8707f872c287d13cdda4010efe4ad0cbbf0f823a /admin
parent154229029e522959ac483f6f39bbb6fa0ea55f9b (diff)
downloadorg.eclipse.tcf-97fe7a1e5f24d6e4ad16d06121c52fc03c964d41.tar.gz
org.eclipse.tcf-97fe7a1e5f24d6e4ad16d06121c52fc03c964d41.tar.xz
org.eclipse.tcf-97fe7a1e5f24d6e4ad16d06121c52fc03c964d41.zip
Added launchbar repo to pom config
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml9
-rw-r--r--admin/target-defs/eclipse-4.6.x-neon.target5
2 files changed, 9 insertions, 5 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index aca2ad646..92a5f1b82 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -173,9 +173,18 @@
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/9.1</cdt-site>
+ <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.1</terminal-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
</properties>
+
+ <repositories>
+ <repository>
+ <id>cdt-launchbar</id>
+ <url>${cdt-launchbar-site}</url>
+ <layout>p2</layout>
+ </repository>
+ </repositories>
</profile>
<profile>
diff --git a/admin/target-defs/eclipse-4.6.x-neon.target b/admin/target-defs/eclipse-4.6.x-neon.target
index d4630f864..1ebdcf59c 100644
--- a/admin/target-defs/eclipse-4.6.x-neon.target
+++ b/admin/target-defs/eclipse-4.6.x-neon.target
@@ -49,11 +49,6 @@
<unit id="org.eclipse.cdt.sdk.feature.group" version="9.1.0.201609121658"/>
<repository location="http://download.eclipse.org/tools/cdt/releases/9.1"/>
</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.launchbar.remote.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.rc4/"/>
-</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
<unit id="org.apache.commons.net.source" version="3.2.0.v201305141515"/>

Back to the top