mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Fix SWTBot dependency on org.eclipse.core.runtime.compatibility
Old SWTBot from Eclipse Mars had a dependency on o.e.c.runtime.compatibility but this was removed in Eclipse 4.6 M3. It suddently stopped working now because the Eclipse 4.6 milestones composite repository doesn't contain the old milestones anymore. Change-Id: I43608f0142e26d4bee175f0bc3cf921b00ffbb96 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
aad801dad0
commit
70fe82a151
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="8">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="9">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
|
||||
<repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.rse.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue