You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/11/30 22:36:30 UTC

svn commit: r721902 - /maven/components/trunk/build.xml

Author: bentmann
Date: Sun Nov 30 13:36:30 2008
New Revision: 721902

URL: http://svn.apache.org/viewvc?rev=721902&view=rev
Log:
o Sync compiler encoding, source and target of bootstrap with POM

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=721902&r1=721901&r2=721902&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sun Nov 30 13:36:30 2008
@@ -164,7 +164,7 @@
     </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>