At Andres's request, the handheld version of the translation tool no
longer bothers with the TMW fonts, which don't work anyway on such devices.
This commit is contained in:
parent
2250e03766
commit
e95e41aef0
1 changed files with 0 additions and 3 deletions
|
@ -421,9 +421,6 @@
|
||||||
<target name="tt-handheld-compile" depends="init"
|
<target name="tt-handheld-compile" depends="init"
|
||||||
description="compiles the handheld Translation Tool" >
|
description="compiles the handheld Translation Tool" >
|
||||||
<mkdir dir="${tthandheldbin}"/>
|
<mkdir dir="${tthandheldbin}"/>
|
||||||
<antcall target="copy-tmw-fonts-to-bin-dir">
|
|
||||||
<param name="my.bin" value="${tthandheldbin}"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="create-timestamp-source-code"/>
|
<antcall target="create-timestamp-source-code"/>
|
||||||
<antcall target="our-internal-javac-task">
|
<antcall target="our-internal-javac-task">
|
||||||
<param name="target.jvm" value="1.1"/>
|
<param name="target.jvm" value="1.1"/>
|
||||||
|
|
Loading…
Reference in a new issue