mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
declare source encoding
This commit is contained in:
parent
241cbc3ced
commit
b1807edd5d
3 changed files with 16 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
||||||
<name>enabler</name>
|
<name>enabler</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>de.schildbach.pte</groupId>
|
||||||
|
<artifactId>base</artifactId>
|
||||||
|
<version>1</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>googlecode-ksoap2-android</id>
|
<id>googlecode-ksoap2-android</id>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -52,4 +52,8 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>de.schildbach.pte</groupId>
|
||||||
|
<artifactId>base</artifactId>
|
||||||
|
<version>1</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Andreas Schildbach</name>
|
<name>Andreas Schildbach</name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue