dev-java/jPod: Correct build on utf8 console and cleanup

(Portage version: 2.2.0_alpha75-r1/git/Linux x86_64, unsigned Manifest commit)
This commit is contained in:
Mario Fetka
2011-11-19 15:46:49 +01:00
parent 4e5341c095
commit b6709f78db
3 changed files with 8 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${jPod.src.dir}" destdir="${jPod.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${jPod.src.dir}" destdir="${jPod.build.dir}" debug="true" encoding="iso-8859-1">
<classpath refid="jPod.classpath"/>
</javac>
</target>