Exclude jimi.jar from package archive. We are now using Juerg's javax.imageio.*
by default. People who rely on JDK 1.3/Jimi will have to download and install it manually.
This commit is contained in:
parent
c36745a7f5
commit
69bf4432a6
1 changed files with 2 additions and 1 deletions
|
@ -288,6 +288,7 @@
|
|||
<tarfileset prefix="${filename}" dir="${build.work}">
|
||||
<include name="**"/>
|
||||
<exclude name="hop.sh"/>
|
||||
<exclude name="**/jimi.jar"/>
|
||||
</tarfileset>
|
||||
</tar>
|
||||
<gzip zipfile="${build.dist}/${filename}.tar.gz" src="${build.dist}/${filename}.tar"/>
|
||||
|
@ -303,7 +304,7 @@
|
|||
<mkdir dir="${build.dist}" />
|
||||
<fixcrlf srcdir="${build.work}" eol="crlf" includes="**/*.txt, **/*.properties, **/*.hac, **/*.js, **/*.skin, **/*.xml" />
|
||||
<zip zipfile="${build.dist}/${filename}.zip">
|
||||
<zipfileset dir="${build.work}" prefix="${filename}" includes="**" />
|
||||
<zipfileset dir="${build.work}" prefix="${filename}" includes="**" excludes="**/jimi.jar"/>
|
||||
</zip>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue