Skip to content

Commit

Permalink
Ensure that org.apache.axis is in the org.eclipse.birt.engine.runtime
Browse files Browse the repository at this point in the history
- Also add org.eclipse.birt.chart.device.pdf which the only plugin
included by org.eclipse.birt.chart.osgi.runtime but not by
org.eclipse.birt.engine.runtime.
  • Loading branch information
merks committed Aug 5, 2024
1 parent b1c417f commit 0b75c7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions features/org.eclipse.birt.engine.runtime/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<discovery label="%updateSiteName" url="https://download.eclipse.org/birt/updates/release/latest"/>
</url>

<requires>
<import plugin="org.apache.axis"/>
</requires>

<plugin
id="org.eclipse.birt.core"
version="0.0.0"/>
Expand Down Expand Up @@ -126,6 +130,10 @@
id="org.eclipse.birt.chart.device.extension"
version="0.0.0"/>

<plugin
id="org.eclipse.birt.chart.device.pdf"
version="0.0.0"/>

<plugin
id="org.eclipse.birt.chart.device.svg"
version="0.0.0"/>
Expand Down Expand Up @@ -258,4 +266,6 @@
id="uk.co.spudsoft.birt.emitters.excel"
version="0.0.0"/>



</feature>

0 comments on commit 0b75c7f

Please sign in to comment.