forked from I2P_Developers/i2p.i2p
multi-lang support for building is optional
This commit is contained in:
@ -46,7 +46,8 @@
|
|||||||
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
|
<!-- multi-lang is optional -->
|
||||||
|
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="mtn" outputproperty="workspace.changes" errorproperty="mtn.error2" failifexecutionfails="false" >
|
<exec executable="mtn" outputproperty="workspace.changes" errorproperty="mtn.error2" failifexecutionfails="false" >
|
||||||
|
@ -99,7 +99,8 @@
|
|||||||
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
|
<!-- multi-lang is optional -->
|
||||||
|
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
@ -75,7 +75,8 @@
|
|||||||
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
|
<!-- multi-lang is optional -->
|
||||||
|
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
@ -102,7 +102,8 @@
|
|||||||
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
|
<!-- multi-lang is optional -->
|
||||||
|
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<!-- jar again to get the latest messages_*.class files -->
|
<!-- jar again to get the latest messages_*.class files -->
|
||||||
|
@ -113,7 +113,8 @@
|
|||||||
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
|
<!-- multi-lang is optional -->
|
||||||
|
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user