Added AcipToWylie to the tt-standalone build.

This commit is contained in:
dchandler 2002-11-02 17:09:36 +00:00
parent a6cc4a7ff3
commit 92fd1bf0b6

View file

@ -237,6 +237,11 @@
<param name="my.included.source.file" <param name="my.included.source.file"
value="org/thdl/tib/scanner/WindowScannerFilter.java"/> value="org/thdl/tib/scanner/WindowScannerFilter.java"/>
</antcall> </antcall>
<antcall target="our-internal-javac-task">
<param name="mybin" value="${ttstandalonebin}"/>
<param name="my.included.source.file"
value="org/thdl/tib/scanner/AcipToWylie.java"/>
</antcall>
<antcall target="copy-ini-files-to-bin-dir-for-jarring"> <antcall target="copy-ini-files-to-bin-dir-for-jarring">
<param name="mybin" value="${ttstandalonebin}"/> <param name="mybin" value="${ttstandalonebin}"/>
</antcall> </antcall>