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:
dchandler 2003-04-02 04:06:30 +00:00
parent 2250e03766
commit e95e41aef0

View file

@ -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"/>