We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd6c2 commit 5f6ed6cCopy full SHA for 5f6ed6c
fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml
@@ -22,11 +22,7 @@
22
<unpack>true</unpack>
23
<unpackOptions>
24
<includes>
25
- <include>org/apache/commons/io/*.class</include>
26
- <include>org/apache/commons/io/filefilter/*.class</include>
27
- <include>org/apache/commons/io/output/*.class</include>
28
- <include>org/apache/commons/io/input/*.class</include>
29
- <include>org/apache/commons/io/function/*.class</include>
+ <include>org/apache/commons/io/**</include>
30
<include>org/apache/commons/logging/**</include>
31
<include>org/apache/fop/Version.class</include>
32
<include>org/apache/fop/accessibility/StructureTreeElement.class</include>
0 commit comments