The translation tool (two of four builds of it) now includes keyboard

documentation to go along with its new multi-keyboard support.
This commit is contained in:
dchandler 2003-08-09 16:20:18 +00:00
parent 52cdc17794
commit 45ded5f4de

View file

@ -481,6 +481,11 @@
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
<param name="mybin" value="${ttstandalonebin}"/>
</antcall>
<copy todir="${ttstandalonebin}/org/thdl/tib/input">
<fileset dir="${source}">
<include name="*.rtf"/>
</fileset>
</copy>
</target>
@ -533,6 +538,11 @@
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
<param name="mybin" value="${ttappletjwsbin}"/>
</antcall>
<copy todir="${ttappletjwsbin}/org/thdl/tib/input">
<fileset dir="${source}">
<include name="*.rtf"/>
</fileset>
</copy>
</target>