mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Remove Jetty from 4.5 target
Both Jetty 8 and Jetty 9 were getting included in the target platform. It seems that those two versions can't co-exist and Eclipse fails to start. Change-Id: I33e94458b34c339f8bffa5f64830958fe00a2e2d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
10cb69009a
commit
8c0df4e50b
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?pde version="3.8"?><target name="cdt_e4.5" sequenceNumber="21">
|
<?pde version="3.8"?><target name="cdt_e4.5" sequenceNumber="22">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
|
|
||||||
<repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
|
|
||||||
</location>
|
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
|
||||||
<unit id="org.apache.log4j" version="0.0.0"/>
|
<unit id="org.apache.log4j" version="0.0.0"/>
|
||||||
<unit id="org.apache.log4j.source" version="0.0.0"/>
|
<unit id="org.apache.log4j.source" version="0.0.0"/>
|
||||||
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue