|
|
| |
| |
<!-- Define new ant tasks --> | <!-- Define new ant tasks --> |
|
<!-- Commented to suppress warnings |
| |
<taskdef name="izpack" | <taskdef name="izpack" |
onerror="report" | onerror="report" |
|
|
classname="com.loomcom.ant.tasks.jarbundler.JarBundler" /> | classname="com.loomcom.ant.tasks.jarbundler.JarBundler" /> |
| |
| |
|
--> |
<target name="i18n"> | <target name="i18n"> |
<exec dir="resources/i18n" executable="bash"> | <exec dir="resources/i18n" executable="bash"> |
<arg line="compile"/> | <arg line="compile"/> |
|
|
<copy file="resources/help/question.png" todir="dist/help"/> | <copy file="resources/help/question.png" todir="dist/help"/> |
</target> | </target> |
| |
<target name="xdevelop" depends="i18n,faq"> |
<!-- Edited to support "nls" USE flag --> |
|
<target name="xdevelop" depends="faq"> |
<exec dir="resources/ffdecode" executable="make"/> | <exec dir="resources/ffdecode" executable="make"/> |
<copy file="dist/help/jubler-faq.html" todir="build/classes/help"/> | <copy file="dist/help/jubler-faq.html" todir="build/classes/help"/> |
</target> | </target> |
|
|
</target> | </target> |
| |
<target name="noMacSystem" depends="findsystem" if="isNotMac"> | <target name="noMacSystem" depends="findsystem" if="isNotMac"> |
|
<!-- We do not want this behavior since we patch the file accordingly. |
<copy todir="src/com"> | <copy todir="src/com"> |
<fileset dir="resources/system/no_mac"/> | <fileset dir="resources/system/no_mac"/> |
</copy> | </copy> |
|
--> |
</target> | </target> |
| |
<target name="MacSystem" depends="findsystem" if="isMac"> | <target name="MacSystem" depends="findsystem" if="isMac"> |