Merge pull request #718 from apavlenko:java_tests_fix

This commit is contained in:
Andrey Kamaev 2013-03-29 18:21:14 +04:00 committed by OpenCV Buildbot
commit 7d37625fc3

View File

@ -8,6 +8,7 @@
<!-- http://stackoverflow.com/questions/3584968/ant-how-to-compile-jar-that-includes-source-attachment -->
<javac sourcepath="" srcdir="src" destdir="src" debug="on" includeantruntime="false" >
<include name="**/*.java"/>
<compilerarg line="-encoding utf-8"/>
</javac>
<jar basedir="src" destfile="bin/@JAR_NAME@"/>