mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
releng: Use features instead of Eclipse product in target/targlet
In order to work around https://bugs.eclipse.org/bugs/show_bug.cgi?id=539902 Also update the target to make it closer to the Oomph setup. Change-Id: Ie581ea499d7cd0956780717f3a34e0762f868c0d Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
This commit is contained in:
parent
a8d5ba9e20
commit
ae78fde323
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@
|
|||
name="CDT"
|
||||
activeRepositoryList="${eclipse.target.platform}">
|
||||
<requirement
|
||||
name="org.eclipse.platform.ide"/>
|
||||
name="org.eclipse.platform.feature.group"/>
|
||||
<requirement
|
||||
name="org.apache.log4j"/>
|
||||
<requirement
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="36">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="37">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
|
@ -47,8 +47,8 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/eclipse/updates/4.8/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
|
|
Loading…
Add table
Reference in a new issue