mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
releng: Add missing javax.activation in update site
When installing CDT offline, I noticed javax.activation was missing and needed to be pulled from Orbit. Normally Orbit dependencies should be included in the update sites that use them. Change-Id: I833debebadb60ac0ade9123f8e989d31f0861448 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
This commit is contained in:
parent
3890eec7b7
commit
188d84eea5
3 changed files with 5 additions and 1 deletions
|
@ -102,6 +102,8 @@
|
|||
name="org.eclipse.platform.feature.group"/>
|
||||
<requirement
|
||||
name="com.sun.xml.bind"/>
|
||||
<requirement
|
||||
name="javax.activation"/>
|
||||
<requirement
|
||||
name="javax.xml.bind"/>
|
||||
<requirement
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
<iu id="org.eclipse.cdt.util.source" version="0.0.0"/>
|
||||
<iu id="org.eclipse.cdt.remote.core" version="0.0.0"/>
|
||||
<iu id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
|
||||
<iu id="javax.activation" version="0.0.0"/>
|
||||
<iu id="javax.xml" version="0.0.0"/>
|
||||
<iu id="javax.xml.bind" version="0.0.0"/>
|
||||
<iu id="javax.xml.stream" version="0.0.0"/>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="48">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="49">
|
||||
<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.activation" 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