mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
Fix broken Oomph setup
- Add bouncycastle dependencies explicitly with exact version to work around bug 489387 - Add missing dependencies (templates, remote launchbar) - Remove Mars stream that won't compile anymore Change-Id: I0ce53da4691297895876db069cefdf5287b82617 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
2f32c523f5
commit
7abda712d9
1 changed files with 14 additions and 21 deletions
|
@ -150,36 +150,27 @@
|
|||
name="org.eclipse.tm.terminal.control"/>
|
||||
<requirement
|
||||
name="org.eclipse.launchbar.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.launchbar.remote.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.docker.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.freemarker"/>
|
||||
<requirement
|
||||
name="org.bouncycastle.bcpkix"
|
||||
versionRange="[1.51.0.v201505131810,1.51.0.v201505131810]"/>
|
||||
<requirement
|
||||
name="org.bouncycastle.bcprov"
|
||||
versionRange="[1.51.0.v201505131810,1.51.0.v201505131810]"/>
|
||||
<requirement
|
||||
name="org.antlr.runtime"/>
|
||||
<requirement
|
||||
name="org.eclipse.tools.templates.freemarker"/>
|
||||
<requirement
|
||||
name="org.eclipse.tools.templates.ui"/>
|
||||
<sourceLocator
|
||||
rootFolder="${git.clone.cdt.location}"
|
||||
locateNestedProjects="true"/>
|
||||
<repositoryList
|
||||
name="Mars">
|
||||
<repository
|
||||
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/tm/updates/4.0/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/eclipse/updates/4.5/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/tools/ptp/builds/remote/2.0.0"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/cbi/updates/license"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/>
|
||||
<repository
|
||||
url="https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
||||
</repositoryList>
|
||||
<repositoryList
|
||||
name="Neon">
|
||||
<repository
|
||||
|
@ -202,6 +193,8 @@
|
|||
url="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
||||
<repository
|
||||
url="https://hudson.eclipse.org/orbit/job/orbit-recipes/lastSuccessfulBuild/artifact/releng/repository/target/repository"/>
|
||||
<repository
|
||||
url="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
|
||||
</repositoryList>
|
||||
</targlet>
|
||||
</setupTask>
|
||||
|
|
Loading…
Add table
Reference in a new issue