mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Bug 563491 - Debugger RCP Product fails to build
Be more explicit about the version of javax.activation that is needed by CDT and javax.xml.bind Change-Id: I7951b193353ccabc253d77d24b4e1e10beca5eba Signed-off-by: Mat Booth <mat.booth@redhat.com>
This commit is contained in:
parent
530818839f
commit
032ddb2734
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
<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.activation" version="1.1.0.v201211130549"/>
|
||||
<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"/>
|
||||
|
@ -84,4 +84,4 @@
|
|||
-ea</vmArgs>
|
||||
<programArgs>-consolelog</programArgs>
|
||||
</launcherArgs>
|
||||
</target>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue