mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #718 from apavlenko:java_tests_fix
This commit is contained in:
commit
7d37625fc3
@ -8,6 +8,7 @@
|
|||||||
<!-- http://stackoverflow.com/questions/3584968/ant-how-to-compile-jar-that-includes-source-attachment -->
|
<!-- http://stackoverflow.com/questions/3584968/ant-how-to-compile-jar-that-includes-source-attachment -->
|
||||||
<javac sourcepath="" srcdir="src" destdir="src" debug="on" includeantruntime="false" >
|
<javac sourcepath="" srcdir="src" destdir="src" debug="on" includeantruntime="false" >
|
||||||
<include name="**/*.java"/>
|
<include name="**/*.java"/>
|
||||||
|
<compilerarg line="-encoding utf-8"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
<jar basedir="src" destfile="bin/@JAR_NAME@"/>
|
<jar basedir="src" destfile="bin/@JAR_NAME@"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user