Switch from ant call target

This commit is contained in:
kytv
2011-08-23 22:30:33 +00:00
parent e728532958
commit 2654ada226

View File

@@ -1117,12 +1117,7 @@
<arg value="--output=${basedir}/i2pinstall-${release.number}-windows.exe" />
</exec>
</target>
<target name="installer-all" >
<ant target="installer-freebsd" />
<ant target="installer-linux" />
<ant target="installer-osx" />
<ant target="installer-windows" />
<ant target="installer" />
<target name="installer-all" depends="installer-freebsd, installer-linux, installer-osx, installer-windows, installer" >
</target>
<!-- end custom installers -->