You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/09/16 01:10:46 UTC

svn commit: r815556 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Tue Sep 15 23:10:46 2009
New Revision: 815556

URL: http://svn.apache.org/viewvc?rev=815556&view=rev
Log:
COMMONSSITE-43 Define encoding as iso-8859-1

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=815556&r1=815555&r2=815556&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 15 23:10:46 2009
@@ -671,6 +671,9 @@
     -->
     <commons.encoding>iso-8859-1</commons.encoding>
     <commons.docEncoding>${commons.encoding}</commons.docEncoding>
+    <!-- Define encoding for filtering -->
+    <project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
 
   </properties>