Skip to content

Commit

Permalink
For org.eclipse.birt.report.viewer to use javax.xml.rpc-api >= 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 4, 2024
1 parent 8bd6a86 commit cea888b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/org.eclipse.birt.target/org.eclipse.birt.target.target
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Generated from BIRT" sequenceNumber="34">
<target name="Generated from BIRT" sequenceNumber="35">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="bcpg" version="0.0.0"/>
Expand Down Expand Up @@ -103,6 +103,7 @@
<unit id="org.eclipse.jetty.ee8.webapp" version="0.0.0"/>
<unit id="org.eclipse.jetty.http" version="0.0.0"/>
<unit id="org.eclipse.jetty.io" version="0.0.0"/>
<unit id="org.eclipse.jetty.logging" version="0.0.0"/>
<unit id="org.eclipse.jetty.osgi" version="0.0.0"/>
<unit id="org.eclipse.jetty.plus" version="0.0.0"/>
<unit id="org.eclipse.jetty.security" version="0.0.0"/>
Expand Down Expand Up @@ -136,7 +137,6 @@
<unit id="org.osgi.service.repository" version="0.0.0"/>
<unit id="org.osgi.util.tracker" version="0.0.0"/>
<unit id="slf4j.api" version="0.0.0"/>
<unit id="slf4j.simple" version="0.0.0"/>
<repository location="https://download.eclipse.org/cbi/updates/license"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/latest"/>
<repository location="https://download.eclipse.org/oomph/simrel-orbit-legacy/milestone/latest"/>
Expand Down
3 changes: 2 additions & 1 deletion viewer/org.eclipse.birt.report.viewer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jetty.ee8.apache-jsp;bundle-version="12.0.2",
org.mortbay.jasper.apache-jsp;bundle-version="[9.0.29,10.0.0)",
org.mortbay.jasper.apache-el;bundle-version="[9.0.29,10.0.0)",
com.sun.el.javax.el;bundle-version="3.0.0"
com.sun.el.javax.el;bundle-version="3.0.0",
javax.xml.rpc-api;bundle-version="1.1.4"
Bundle-ActivationPolicy: lazy
Eclipse-BuddyPolicy: registered
Eclipse-BundleShape: dir
Expand Down

0 comments on commit cea888b

Please sign in to comment.