mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Add com.sun.xml.bind to target
This is a convenience for working in combination with the source of o.e.tools.template which is not unusual. Also add a few more missing things to Oomph setup for Java 11. Change-Id: Ifc6105e251a7b8d855cf76401cdb3740c55f79c9 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
This commit is contained in:
parent
331be6c45c
commit
f9250cb361
2 changed files with 8 additions and 1 deletions
|
@ -107,6 +107,12 @@
|
|||
activeRepositoryList="${eclipse.target.platform}">
|
||||
<requirement
|
||||
name="org.eclipse.platform.feature.group"/>
|
||||
<requirement
|
||||
name="com.sun.xml.bind"/>
|
||||
<requirement
|
||||
name="javax.xml.bind"/>
|
||||
<requirement
|
||||
name="javax.xml.stream"/>
|
||||
<requirement
|
||||
name="org.apache.log4j"/>
|
||||
<requirement
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="37">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="38">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
<unit id="com.sun.xml.bind" version="0.0.0"/>
|
||||
<unit id="javax.xml.bind" version="0.0.0"/>
|
||||
<unit id="javax.xml.stream" version="0.0.0"/>
|
||||
<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue