declare source encoding

This commit is contained in:
Andreas Schildbach 2012-07-05 12:13:04 +02:00
parent 241cbc3ced
commit b1807edd5d
3 changed files with 16 additions and 0 deletions

View file

@ -9,6 +9,12 @@
<name>enabler</name>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>de.schildbach.pte</groupId>
<artifactId>base</artifactId>
<version>1</version>
</parent>
<repositories>
<repository>
<id>googlecode-ksoap2-android</id>

View file

@ -52,4 +52,8 @@
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View file

@ -10,6 +10,12 @@
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<parent>
<groupId>de.schildbach.pte</groupId>
<artifactId>base</artifactId>
<version>1</version>
</parent>
<developers>
<developer>
<name>Andreas Schildbach</name>