projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10542ce
)
Use UTF-8 when building.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 21:34:26 +0000
(23:34 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 21:34:26 +0000
(23:34 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
62fab6c
..
1c01d3b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-35,4
+35,7
@@
<build>
<finalName>demoscene-music</finalName>
</build>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
</project>