Set zip file names correctly

This commit is contained in:
Ian Craggs 2014-05-16 15:49:26 +01:00
parent b3e5163752
commit 1dec13e9bb
1 changed files with 17 additions and 0 deletions

View File

@ -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>