summaryrefslogtreecommitdiff
path: root/src/jline/pom.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-06 17:04:27 +0000
committerPaul Phillips <paulp@improving.org>2009-10-06 17:04:27 +0000
commitac5c2b3c67090ee7b7c6e3b5f212829de82c8ca0 (patch)
tree5194ccde75c3b9e88440d2edba2e1e6587b677e7 /src/jline/pom.xml
parentc107643d20f3c68051c0dd8dd12b2a3919909d20 (diff)
downloadscala-ac5c2b3c67090ee7b7c6e3b5f212829de82c8ca0.tar.gz
scala-ac5c2b3c67090ee7b7c6e3b5f212829de82c8ca0.tar.bz2
scala-ac5c2b3c67090ee7b7c6e3b5f212829de82c8ca0.zip
Set encoding to UTF-8 regardless of system defa...
Set encoding to UTF-8 regardless of system default, and applied patch from jython trac to improve cursor handling on OSX.
Diffstat (limited to 'src/jline/pom.xml')
-rw-r--r--src/jline/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jline/pom.xml b/src/jline/pom.xml
index 25356ff432..ac0e188585 100644
--- a/src/jline/pom.xml
+++ b/src/jline/pom.xml
@@ -48,6 +48,9 @@ To make a bundle and request that ibilio upload it, do:
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>jline</groupId>
<artifactId>jline</artifactId>