Codebase list libslf4j-java / debian/1.6.1-1
Really remove org/slf4j/impl/** from slf4j-api.jar This should prevent unexpected java.lang.UnsupportedOperationException. Damien Raude-Morvan 14 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3434
3535 <jar jarfile="${slf4j-api.jar}">
3636 <fileset dir="${slf4j-api.dir}/${class.dir}">
37 <exclude name="**org/slf4j/impl**"/>
37 <exclude name="**/org/slf4j/impl/**"/>
3838 </fileset>
3939 </jar>
4040
0 libslf4j-java (1.5.11-2) unstable; urgency=low
1
2 * Really remove org/slf4j/impl/** from slf4j-api.jar
3 This should prevent unexpected java.lang.UnsupportedOperationException.
4
5 -- Damien Raude-Morvan <drazzib@debian.org> Mon, 01 Mar 2010 22:50:56 +0100
6
07 libslf4j-java (1.5.11-1) unstable; urgency=low
18
29 * New upstream release.