Exclude local archive directory from source package

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@193 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-12-03 15:07:52 +00:00
parent 7757c36a40
commit 8d8fb5b7cd
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@
<exclude name="build.log"/>
<exclude name="dist/**"/>
<exclude name="target/**"/>
<exclude name="archive/**"/>
</tarfileset>
</tar>
</target>