mirror of
https://github.com/apache/commons-math.git
synced 2025-02-13 13:35:56 +00:00
Made source file encoding explicit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04c63b1630
commit
5e0c6f420b
@ -98,6 +98,9 @@
|
|||||||
<!-- Should Java compilations set the 'optimize' compiler option? -->
|
<!-- Should Java compilations set the 'optimize' compiler option? -->
|
||||||
<property name="compile.optimize" value="true"/>
|
<property name="compile.optimize" value="true"/>
|
||||||
|
|
||||||
|
<!-- File encoding -->
|
||||||
|
<property name="source.encoding" value="UTF-8"/>
|
||||||
|
|
||||||
<!-- JDK level -->
|
<!-- JDK level -->
|
||||||
<property name="compile.source" value="1.5"/>
|
<property name="compile.source" value="1.5"/>
|
||||||
<property name="compile.target" value="1.5"/>
|
<property name="compile.target" value="1.5"/>
|
||||||
@ -162,6 +165,7 @@
|
|||||||
debug="${compile.debug}"
|
debug="${compile.debug}"
|
||||||
deprecation="${compile.deprecation}"
|
deprecation="${compile.deprecation}"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
|
encoding="${source.encoding}"
|
||||||
optimize="${compile.optimize}">
|
optimize="${compile.optimize}">
|
||||||
<classpath refid="compile.classpath"/>
|
<classpath refid="compile.classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
@ -176,6 +180,7 @@
|
|||||||
destdir="${build.home}/test-classes"
|
destdir="${build.home}/test-classes"
|
||||||
debug="${compile.debug}"
|
debug="${compile.debug}"
|
||||||
deprecation="${compile.deprecation}"
|
deprecation="${compile.deprecation}"
|
||||||
|
encoding="${source.encoding}"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
optimize="${compile.optimize}">
|
optimize="${compile.optimize}">
|
||||||
<classpath refid="test.classpath"/>
|
<classpath refid="test.classpath"/>
|
||||||
@ -236,6 +241,9 @@
|
|||||||
author="true"
|
author="true"
|
||||||
private="true"
|
private="true"
|
||||||
version="true"
|
version="true"
|
||||||
|
encoding="${source.encoding}"
|
||||||
|
charset="${source.encoding}"
|
||||||
|
docencoding="${source.encoding}"
|
||||||
doctitle="<h1>${component.title} ${component.version}</h1>"
|
doctitle="<h1>${component.title} ${component.version}</h1>"
|
||||||
windowtitle="${component.title} ${component.version}"
|
windowtitle="${component.title} ${component.version}"
|
||||||
bottom="Copyright (c) 2003-${current.year} Apache Software Foundation"
|
bottom="Copyright (c) 2003-${current.year} Apache Software Foundation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user