Really remove org/slf4j/impl/** from slf4j-api.jar
This should prevent unexpected java.lang.UnsupportedOperationException.
Damien Raude-Morvan
13 years ago
34 | 34 |
|
35 | 35 |
<jar jarfile="${slf4j-api.jar}">
|
36 | 36 |
<fileset dir="${slf4j-api.dir}/${class.dir}">
|
37 | |
<exclude name="**org/slf4j/impl**"/>
|
|
37 |
<exclude name="**/org/slf4j/impl/**"/>
|
38 | 38 |
</fileset>
|
39 | 39 |
</jar>
|
40 | 40 |
|
|
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 |
|
0 | 7 |
libslf4j-java (1.5.11-1) unstable; urgency=low
|
1 | 8 |
|
2 | 9 |
* New upstream release.
|