[ivyplusplus] 01/03: streamline setting UTF-8 for javac

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Tue Dec 15 18:39:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository ivyplusplus.

commit 1f38d7bdef9f7cc7ef9164d2dbbb9fcf37bc16d9
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Dec 15 17:30:30 2015 +0100

    streamline setting UTF-8 for javac
---
 debian/build.xml | 2 +-
 debian/rules     | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 788c34d..a0abde2 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -21,7 +21,7 @@
   
   <target name="compile">
     <mkdir dir="build/pack" />
-    <javac destdir="build/pack">
+    <javac destdir="build/pack" encoding="UTF-8">
       <src path="src" />
       <exclude name="com/zwitserloot/ivyplusplus/eclipse/**" />
       <exclude name="com/zwitserloot/ivyplusplus/intellij/**" />
diff --git a/debian/rules b/debian/rules
index c4a2a74..fe4f67d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 include /usr/share/dpkg/default.mk
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export ANT_OPTS=-Dfile.encoding=UTF8
-export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
 
 %:
 	dh $@ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git



More information about the pkg-java-commits mailing list