Exclude Jsmooth, nsi, OSX and contribs (with binary) from source only package

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2046 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-10-07 20:38:14 +00:00
parent 0b4b39997f
commit a3e17afb97
1 changed files with 9 additions and 0 deletions

View File

@ -382,6 +382,7 @@
<exclude name="dist/**"/>
<exclude name="target/**"/>
<exclude name="archive/**"/>
<exclude name="user.properties"/>
</tarfileset>
</tar>
<!-- davmail source only package for GNU/Linux distributions -->
@ -396,6 +397,14 @@
<exclude name="libgrowl/**"/>
<exclude name="nsis/**"/>
<exclude name="svnant/**"/>
<exclude name="jsmooth-*/**"/>
<exclude name="*.jsmooth"/>
<exclude name="user.properties"/>
<exclude name="src/winrun4j/**"/>
<exclude name="src/osx/**"/>
<exclude name="src/osx/**"/>
<exclude name="src/contribs/**"/>
<exclude name="*.nsi"/>
</tarfileset>
</tar>
</target>