Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
The logging factory is switched from "org.apache.commons.logging" to "org.apache.commons.commons-logging" and must be copied to the WEB-INF/lib-folder.
  • Loading branch information
speckyspooky authored and merks committed Dec 4, 2024
1 parent ad83f4a commit cddec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/birt-packages/birt-runtime-osgi/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<fileset dir="${ENGINE_DIR}/platform/plugins">
<include name="jakarta.xml.bind-api_*.jar"/>
<include name="javax.wsdl_*.jar"/>
<include name="org.apache.commons.logging_*.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"/>
Expand Down

0 comments on commit cddec50

Please sign in to comment.