mirror of https://github.com/apache/maven.git
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:
parent
be548d862f
commit
f2f0a95cfb
|
@ -164,7 +164,7 @@ TODO:
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<mkdir dir="bootstrap/target/classes"/>
|
<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"/>
|
<src refid="sources"/>
|
||||||
<classpath refid="pom.pathid"/>
|
<classpath refid="pom.pathid"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
Loading…
Reference in New Issue