forked from I2P_Developers/i2p.i2p
Switch from ant call target
This commit is contained in:
@@ -1117,12 +1117,7 @@
|
|||||||
<arg value="--output=${basedir}/i2pinstall-${release.number}-windows.exe" />
|
<arg value="--output=${basedir}/i2pinstall-${release.number}-windows.exe" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
<target name="installer-all" >
|
<target name="installer-all" depends="installer-freebsd, installer-linux, installer-osx, installer-windows, installer" >
|
||||||
<ant target="installer-freebsd" />
|
|
||||||
<ant target="installer-linux" />
|
|
||||||
<ant target="installer-osx" />
|
|
||||||
<ant target="installer-windows" />
|
|
||||||
<ant target="installer" />
|
|
||||||
</target>
|
</target>
|
||||||
<!-- end custom installers -->
|
<!-- end custom installers -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user