Updated the classes and resource in tt-servlet to meet Andres's specs.
This commit is contained in:
parent
002f49323a
commit
36e8959817
1 changed files with 17 additions and 0 deletions
17
build.xml
17
build.xml
|
@ -289,6 +289,23 @@
|
|||
<param name="my.included.source.file"
|
||||
value="org/thdl/tib/scanner/ConsoleScannerFilter.java"/>
|
||||
</antcall>
|
||||
<antcall target="our-internal-javac-task">
|
||||
<reference torefid="ttsc.class.path" refid="ttsc.class.path"/>
|
||||
<param name="our.javac.classpathref" value="ttsc.class.path"/>
|
||||
<param name="mybin" value="${ttservletbin}"/>
|
||||
<param name="my.included.source.file"
|
||||
value="org/thdl/tib/scanner/OnLineScannerFilter.java"/>
|
||||
</antcall>
|
||||
<antcall target="our-internal-javac-task">
|
||||
<reference torefid="ttsc.class.path" refid="ttsc.class.path"/>
|
||||
<param name="our.javac.classpathref" value="ttsc.class.path"/>
|
||||
<param name="mybin" value="${ttservletbin}"/>
|
||||
<param name="my.included.source.file"
|
||||
value="org/thdl/tib/scanner/RemoteScannerFilter.java"/>
|
||||
</antcall>
|
||||
<antcall target="copy-ini-files-to-bin-dir-for-jarring">
|
||||
<param name="mybin" value="${ttservletbin}"/>
|
||||
</antcall>
|
||||
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
|
||||
<param name="mybin" value="${ttservletbin}"/>
|
||||
</antcall>
|
||||
|
|
Loading…
Reference in a new issue