1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

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

View File

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