Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2018-10-08 19:18:44 +0000
committerMarc-Andre Laperle2018-10-08 19:23:56 +0000
commita8d5ba9e2022009d7f869ebabdc679adcdd57807 (patch)
tree2bafac188a38c8294d3ce3dc28f2350a4bb3bda4
parentd537c6030cabb87999a2a6617dcad948a70a5f7c (diff)
downloadorg.eclipse.cdt-a8d5ba9e2022009d7f869ebabdc679adcdd57807.tar.gz
org.eclipse.cdt-a8d5ba9e2022009d7f869ebabdc679adcdd57807.tar.xz
org.eclipse.cdt-a8d5ba9e2022009d7f869ebabdc679adcdd57807.zip
releng: Add some missing dependencies to Oomph setup
Change-Id: Icfce69bc5c98f13e520035270085503907a92c68 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
-rw-r--r--releng/CDT.setup10
1 files changed, 10 insertions, 0 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup
index c2fb0396de3..0c642b44d1a 100644
--- a/releng/CDT.setup
+++ b/releng/CDT.setup
@@ -114,6 +114,8 @@
<requirement
name="org.apache.commons.compress"/>
<requirement
+ name="org.assertj"/>
+ <requirement
name="net.sourceforge.lpg.lpgjavaruntime"/>
<requirement
name="org.junit"/>
@@ -146,8 +148,12 @@
<requirement
name="org.eclipse.remote.console.feature.group"/>
<requirement
+ name="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group"/>
+ <requirement
name="org.eclipse.tm.terminal.control"/>
<requirement
+ name="org.eclipse.tm.terminal.feature.feature.group"/>
+ <requirement
name="org.eclipse.launchbar.feature.group"/>
<requirement
name="org.eclipse.launchbar.remote.feature.group"/>
@@ -171,6 +177,8 @@
name="tm-feature.feature.group"/>
<requirement
name="org.eclipse.lsp4e"/>
+ <requirement
+ name="org.eclipse.epp.logging.aeri.feature.feature.group"/>
<sourceLocator
rootFolder="${git.clone.cdt.location}"
locateNestedProjects="true"/>
@@ -195,6 +203,8 @@
<repository
url="http://download.eclipse.org/webtools/downloads/drops/R3.10.0/S-3.10.0.M7-20180510062228/repository"/>
<repository
+ url="http://download.eclipse.org/technology/epp/logging/stable/"/>
+ <repository
url="http://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
<repository
url="http://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.template-1.1.0-photon-rc2/"/>

Back to the top