mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
[releng] Add wildwebdeveloper to target platform
The Linuxtools, as of I32779335ee3f5c94d733c3fa68d1b593f9206667, requires WWD node fragments Change-Id: I7c8f9553c159f74941d422d136f929bb322aac27
This commit is contained in:
parent
1073159011
commit
12ce6020e7
2 changed files with 7 additions and 1 deletions
|
@ -265,6 +265,8 @@
|
|||
url="https://download.eclipse.org/egit/updates/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/wildwebdeveloper/snapshots/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/lsp4e/snapshots/"/>
|
||||
<repository
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="85">
|
||||
<target name="cdt" sequenceNumber="86">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||
|
@ -51,6 +51,10 @@
|
|||
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/wildwebdeveloper/snapshots/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
<unit id="com.sun.jna" version="0.0.0"/>
|
||||
<unit id="com.sun.jna.platform" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue