o Sync compiler encoding, source and target of bootstrap with POM

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-11-30 21:36:30 +00:00
parent be548d862f
commit f2f0a95cfb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ TODO:
</path>
<mkdir dir="bootstrap/target/classes"/>
<javac destdir="bootstrap/target/classes" debug="true">
<javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.5" target="1.5" debug="true">
<src refid="sources"/>
<classpath refid="pom.pathid"/>
</javac>