Exclude Junit from binary packages

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1912 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-02-15 22:00:59 +00:00
parent cac7728360
commit ed20a80ab3
1 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,7 @@
<!-- exclude swt jars from platform independent package --> <!-- exclude swt jars from platform independent package -->
<exclude name="lib/swt*.jar"/> <exclude name="lib/swt*.jar"/>
<exclude name="lib/libgrowl-*.jar"/> <exclude name="lib/libgrowl-*.jar"/>
<exclude name="lib/junit-*.jar"/>
</fileset> </fileset>
</zip> </zip>
<copy todir="dist/web"> <copy todir="dist/web">
@ -334,6 +335,7 @@
<include name="davmail*.exe"/> <include name="davmail*.exe"/>
<exclude name="lib/swt-*-gtk-*.jar"/> <exclude name="lib/swt-*-gtk-*.jar"/>
<exclude name="lib/libgrowl-*.jar"/> <exclude name="lib/libgrowl-*.jar"/>
<exclude name="lib/junit-*.jar"/>
</fileset> </fileset>
</zip> </zip>
<antcall target="dist-nsis"/> <antcall target="dist-nsis"/>