Skip to content

Commit

Permalink
Copy more content into the lib folder of birt-runtime-osgi (#1349)
Browse files Browse the repository at this point in the history
I.e., jakarta.xml.bind, org.apache.commons.logging, and
org.apache.commons.discovery/*.jar

#1340
  • Loading branch information
merks authored Jun 24, 2023
1 parent 169bab3 commit b496c6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/birt-packages/birt-runtime-osgi/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
</copy>
<copy todir="${VIEWER_DIR}/WEB-INF/lib">
<fileset dir="${ENGINE_DIR}/platform/plugins">
<include name="jakarta.xml.bind_*.jar"/>
<include name="javax.wsdl_*.jar"/>
<include name="org.apache.commons.logging_*.jar"/>
<include name="org.apache.commons.discovery_*/lib/*.jar"/>
</fileset>
<fileset dir="${REPOSITORY_DIR}/plugins">
<include name="javax.xml.soap_*.jar"/>
Expand Down

0 comments on commit b496c6b

Please sign in to comment.