Commit 630d3d7e authored by Ian Craggs's avatar Ian Craggs

Produce source tarball

parent 67458f87
...@@ -249,6 +249,27 @@ ...@@ -249,6 +249,27 @@
</exec> </exec>
</else> </else>
</if> </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>
<target name="copy"> <target name="copy">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment