mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #654 from fish2000:patch-1
This commit is contained in:
commit
1ad7af3c3b
@ -8,8 +8,9 @@
|
|||||||
<!-- 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@"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user