Remove icu4j from build, cuts JAR size in half

master
Bradlee Speice 2014-05-06 23:10:41 -04:00
parent 053283e3a8
commit 584c9314f7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<exclude name="**/*.java" />
<exclude name="**/*.html" />
</fileset>
<zipgroupfileset dir="${jsword-dependencydir}" includes="*.jar" excludes="junit-*.jar, hamcrest-*.jar, jarjar-*.jar" />
<zipgroupfileset dir="${jsword-dependencydir}" includes="*.jar" excludes="junit-*.jar, hamcrest-*.jar, jarjar-*.jar, icu4j-*.jar" />
<rule pattern="org.apache.http.**" result="org.apache.shaded.http.@1" />
</jarjar>