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:
parent
78dc46a979
commit
5e55d05cfe
1 changed files with 2 additions and 7 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue