At Andres' request, I added ConsoleScannerFilter to the build of both the
Standalone version and the Handheld version.
This commit is contained in:
parent
c81241e309
commit
efa69fe225
1 changed files with 11 additions and 0 deletions
11
build.xml
11
build.xml
|
@ -286,6 +286,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/ConsoleScannerFilter.java"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="our-internal-javac-task">
|
<antcall target="our-internal-javac-task">
|
||||||
<param name="mybin" value="${ttstandalonebin}"/>
|
<param name="mybin" value="${ttstandalonebin}"/>
|
||||||
<param name="my.included.source.file"
|
<param name="my.included.source.file"
|
||||||
|
@ -315,6 +320,12 @@
|
||||||
<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="target.jvm" value="1.1"/>
|
||||||
|
<param name="mybin" value="${tthandheldbin}"/>
|
||||||
|
<param name="my.included.source.file"
|
||||||
|
value="org/thdl/tib/scanner/ConsoleScannerFilter.java"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
|
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
|
||||||
<param name="mybin" value="${tthandheldbin}"/>
|
<param name="mybin" value="${tthandheldbin}"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
Loading…
Reference in a new issue