Changed qd-compile to compile org/thdl/tib/text/TibetanHTML.java, necessary for xsl transformations.

This commit is contained in:
eg3p 2002-10-15 21:14:31 +00:00
parent eeabe3df80
commit 7cb7f14759
1 changed files with 11 additions and 0 deletions

View File

@ -158,6 +158,11 @@ info on where to find these.
<param name="my.included.source.file"
value="org/thdl/tib/input/Jskad.java"/>
</antcall>
<antcall target="our-internal-javac-task">
<param name="mybin" value="${jskadbin}"/>
<param name="my.included.source.file"
value="org/thdl/tib/text/TibetanHTML.java"/>
</antcall>
<antcall target="copy-ini-files-to-bin-dir-for-jarring">
<param name="mybin" value="${jskadbin}"/>
</antcall>
@ -280,6 +285,11 @@ info on where to find these.
<param name="my.included.source.file"
value="org/thdl/quilldriver/QDShell.java"/>
</antcall>
<antcall target="our-internal-javac-task">
<param name="mybin" value="${qdbin}"/>
<param name="my.included.source.file"
value="org/thdl/tib/text/TibetanHTML.java"/>
</antcall>
<!-- Copy over QuillDriver-specific resources: -->
<copy todir="${qdbin}">
@ -287,6 +297,7 @@ info on where to find these.
<include name="MessageBundle*"/>
<include name="**/*.gif"/>
<include name="**/*.jpg"/>
<include name="**/QDtoHTML.xsl"/>
</fileset>
</copy>