Merge pull request #718 from apavlenko:java_tests_fix

pull/721/merge
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit 7d37625fc3
  1. 3
      modules/java/build.xml.in

@ -8,8 +8,9 @@
<!-- 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@"/>
</target>
</project>
</project>

Loading…
Cancel
Save