Produce source tarball

This commit is contained in:
Ian Craggs 2014-05-20 14:20:53 +01:00
parent 67458f8750
commit 630d3d7e81
1 changed files with 21 additions and 0 deletions

View File

@ -249,6 +249,27 @@
</exec>
</else>
</if>
<if>
<os family="unix"/>
<then>
<exec executable="tar" failonerror="true" dir=".">
<arg value="czf"/>
<arg value="${output.folder}/eclipse-paho-mqtt-c-src-incubation-${release.version}.tar.gz"/>
<arg value="about.html"/>
<arg value="notice.html"/>
<arg value="README.md"/>
<arg value="CONTRIBUTING.md"/>
<arg value="epl-v10"/>
<arg value="edl-v10"/>
<arg value="Makefile"/>
<arg value="build.xml"/>
<arg value="src"/>
<arg value="test"/>
<arg value="Windows Build"/>
</exec>
</then>
</if>
</target>
<target name="copy">