Commit 1dec13e9 authored by Ian Craggs's avatar Ian Craggs

Set zip file names correctly

parent b3e51637
......@@ -33,6 +33,23 @@
<property name="ssl" value="yes" />
<property name="test.hostname" value="m2m.eclipse.org"/>
<property name="test.port" value="18883"/>
<if>
<os family="windows"/>
<then>
<property name="os.family" value="windows" />
</then>
<else>
<if>
<os family="unix"/>
<then>
<property name="os.family" value="unix" />
</then>
<else>
<property name="os.family" value="mac" />
</else>
</if>
</else>
</if>
<target name="init">
<tstamp>
......
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