Skip to content

Commit

Permalink
Update the ant script for building the runtime product artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Aug 5, 2024
1 parent 0b75c7f commit 90c6a8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build/birt-packages/birt-runtime-osgi/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,16 @@
</copy>
<copy todir="${VIEWER_DIR}/WEB-INF/lib">
<fileset dir="${ENGINE_DIR}/platform/plugins">
<include name="jakarta.xml.bind_*.jar"/>
<include name="jakarta.xml.bind-api_*.jar"/>
<include name="javax.wsdl_*.jar"/>
<include name="org.apache.commons.logging_*.jar"/>
<include name="org.apache.axis_*.jar"/>
<include name="org.apache.commons.commons-logging_*.jar"/>
<include name="org.apache.axis_*.jar"/>
<include name="org.apache.commons.discovery_*.jar"/>
<include name="jakarta.inject.jakarta.inject-api_*.jar"/>
<include name="javax.xml.soap_*.jar"/>
<include name="javax.xml.soap_*/lib/*.jar"/>
<include name="jakarta.inject.jakarta.inject-api_*.jar"/>
<include name="jakarta.xml.soap-api_*.jar"/>
</fileset>
<fileset dir="${REPOSITORY_DIR}/plugins">
<include name="javax.xml.soap_*.jar"/>
<include name="jakarta.xml.soap-api_*.jar"/>
</fileset>
<flattenmapper/>
</copy>
Expand Down

0 comments on commit 90c6a8c

Please sign in to comment.