[SCM] Eclipse Team provider for the Git version control system branch, master, updated. debian/1.2.0-1-9-g95897d6
Jakub Adam
jakub.adam at ktknet.cz
Sat Feb 18 20:04:45 UTC 2012
The following commit has been merged in the master branch:
commit 68acb50a3751c7a99138260f76b446462b919a45
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sat Feb 18 20:23:22 2012 +0100
Use C.UTF-8 locale, source contains Unicode characters
diff --git a/debian/rules b/debian/rules
index 5bcbe9c..234f6e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,9 @@
export JAVA_HOME := /usr/lib/jvm/default-java
+# Source codes contain Unicode characters, java compiler reports
+# an error when using C locale.
+export LC_ALL=C.UTF-8
+
%:
dh $@ --with eclipse-helper
--
Eclipse Team provider for the Git version control system
More information about the pkg-java-commits
mailing list