Skip to content

Commit

Permalink
Added missing dependency org.w3c.dom.events.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Sep 11, 2024
1 parent c2b9f71 commit 91a04f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="M2Doc 2024-03 Target Platform SDK" sequenceNumber="1712330205">
<target name="M2Doc 2024-03 Target Platform SDK" sequenceNumber="1726041396">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -45,6 +45,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.w3c.dom.svg" version="0.0.0"/>
<unit id="org.w3c.dom.smil" version="0.0.0"/>
<unit id="org.w3c.dom.events" version="0.0.0"/>
<unit id="org.w3c.css.sac" version="0.0.0"/>
<repository id="Eclipse2023-03" location="https://download.eclipse.org/releases/2023-03"/>
</location>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="M2Doc 2024-03 Target Platform" sequenceNumber="1712330205">
<target name="M2Doc 2024-03 Target Platform" sequenceNumber="1726041396">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -45,6 +45,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.w3c.dom.svg" version="0.0.0"/>
<unit id="org.w3c.dom.smil" version="0.0.0"/>
<unit id="org.w3c.dom.events" version="0.0.0"/>
<unit id="org.w3c.css.sac" version="0.0.0"/>
<repository id="Eclipse2023-03" location="https://download.eclipse.org/releases/2023-03"/>
</location>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ location Eclipse "https://download.eclipse.org/releases/2024-03" {
location Eclipse2023-03 "https://download.eclipse.org/releases/2023-03" {
org.w3c.dom.svg lazy
org.w3c.dom.smil lazy
org.w3c.dom.events lazy
org.w3c.css.sac lazy
}

Expand Down
1 change: 1 addition & 0 deletions releng/org.obeonetwork.m2doc.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<bundle id="org.apache.xmlgraphics" version="2.9.0"/>
<bundle id="org.w3c.dom.svg" version="1.1.0.v201011041433"/>
<bundle id="org.w3c.dom.smil" version="1.0.1.v200903091627"/>
<bundle id="org.w3c.dom.events" version="3.0.0.draft20060413_v201105210656"/>
<bundle id="org.w3c.css.sac" version="1.3.1.v200903091627"/>
<bundle id="org.w3c.dom.svg" version="1.1.0.v201011041433"/>

Expand Down

0 comments on commit 91a04f6

Please sign in to comment.