Update build.xml

This commit is contained in:
Panupong (Ice) Pasupat 2015-06-16 21:07:40 -07:00
parent 7cadf2c469
commit 29a5d33aee
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
</target>
<!-- Compile tables -->
<target name="tables" depends="init,core">
<target name="tables" depends="init,core,corenlp">
<echo message="Compiling ${ant.project.name}: tables"/>
<mkdir dir="${classes}/tables"/>
<javac srcdir="${src}" destdir="${classes}/tables" classpathref="lib.path" debug="true" includeantruntime="false" source="${source}" target="${target}">