jstl.jar is a more reliable test, from source only jarBote will prepare it

This commit is contained in:
str4d
2014-07-16 05:16:25 +00:00
parent 24b5afdcd2
commit 36ea804008

View File

@@ -62,9 +62,9 @@
</target>
<!-- test for one of them, assume it means we have all of them -->
<available property="have.streaming" file="${i2plib}/streaming.jar" />
<available property="have.jstl" file="${i2plib}/jstl.jar" />
<target name="buildJarsForBote" unless="have.streaming">
<target name="buildJarsForBote" unless="have.jstl">
<ant dir="${i2pbase}" inheritall="false" useNativeBasedir="true" target="jarBote" />
</target>