To make it easier to add a keyboard for third parties, all .rtf files

in Jskad/source now go into the Jskad jar.
This commit is contained in:
dchandler 2003-05-15 00:57:34 +00:00
parent 78dc46a979
commit 5e55d05cfe

View file

@ -309,16 +309,11 @@
</copy> </copy>
<copy todir="${jskadbin}/org/thdl/tib/input"> <copy todir="${jskadbin}/org/thdl/tib/input">
<fileset dir="${source}"> <fileset dir="${source}">
<include name="Sambhota_keymap_one.rtf"/> <include name="*.rtf"/>
<include name="TCC_keyboard_1.rtf"/>
<include name="TCC_keyboard_2.rtf"/>
<include name="Wylie_keyboard.rtf"/>
<!-- We don't have ACIP_keyboard.rtf yet, but creating such a <!-- We don't have ACIP_keyboard.rtf yet, but creating such a
thing manually is just one option. We could easily thing manually is just one option. We could easily
generate all the keyboard descriptions generate all the keyboard descriptions
programmatically. --> programmatically. (FIXME) -->
</fileset> </fileset>
</copy> </copy>
</target> </target>