From 5e0c6f420b5a6ad0914b20d62ff990a6f58d1cd3 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Fri, 23 Nov 2012 20:58:28 +0000 Subject: [PATCH] Made source file encoding explicit. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413060 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.xml b/build.xml index d378cb2ba..85a8f4752 100644 --- a/build.xml +++ b/build.xml @@ -97,6 +97,9 @@ + + + @@ -162,6 +165,7 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" includeantruntime="false" + encoding="${source.encoding}" optimize="${compile.optimize}"> @@ -176,6 +180,7 @@ destdir="${build.home}/test-classes" debug="${compile.debug}" deprecation="${compile.deprecation}" + encoding="${source.encoding}" includeantruntime="false" optimize="${compile.optimize}"> @@ -236,6 +241,9 @@ author="true" private="true" version="true" + encoding="${source.encoding}" + charset="${source.encoding}" + docencoding="${source.encoding}" doctitle="<h1>${component.title} ${component.version}</h1>" windowtitle="${component.title} ${component.version}" bottom="Copyright (c) 2003-${current.year} Apache Software Foundation"