mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
Allow long file names in source package
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@166 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
b2bd33725e
commit
718af669d0
@ -118,10 +118,11 @@
|
||||
<define name="VERSION" value="${version}"/>
|
||||
</nsis>
|
||||
<!-- source package -->
|
||||
<tar tarfile="dist/davmail-src-${version}.tgz" compression="gzip">
|
||||
<tar tarfile="dist/davmail-src-${version}.tgz" compression="gzip" longfile="gnu">
|
||||
<tarfileset prefix="davmail-src-${version}" dir=".">
|
||||
<include name="**/*"/>
|
||||
<exclude name="dist"/>
|
||||
<exclude name="target"/>
|
||||
</tarfileset>
|
||||
</tar>
|
||||
</target>
|
||||
|
Loading…
Reference in New Issue
Block a user