Commit 19a347d3 authored by Ian Craggs's avatar Ian Craggs

Add release level to the directory in the download area

parent 1404ec6d
......@@ -170,9 +170,9 @@
<if>
<available file="/shared/technology"/>
<then>
<mkdir dir="/shared/technology/paho/C/${build.level}"/>
<mkdir dir="/shared/technology/paho/C/${release.version}/${build.level}"/>
<echo message="Copying the build output to /shared" />
<copy overwrite="true" todir="/shared/technology/paho/C/${build.level}">
<copy overwrite="true" todir="/shared/technology/paho/C/${release.version}/${build.level}">
<fileset dir="${output.folder}">
<include name="*.gz"/>
</fileset>
......
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