update java

This commit is contained in:
Victor Shcherb 2014-06-23 21:59:34 +02:00
parent 34f2a0cbf8
commit 381a1032b1

View file

@ -82,7 +82,7 @@
</target>
<target name="native-legacy-libs-jar" depends="compile">
<exec command="bash collect_libs.sh" failonerror="true">
<exec command="bash collect_legacy_libs.sh" failonerror="true">
</exec>
<antcall target="jar" />
</target>