You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/04/01 21:09:14 UTC

svn commit: r1087858 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: simonetripodi
Date: Fri Apr  1 19:09:13 2011
New Revision: 1087858

URL: http://svn.apache.org/viewvc?rev=1087858&view=rev
Log:
added encoding for resources and output

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1087858&r1=1087857&r2=1087858&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Fri Apr  1 19:09:13 2011
@@ -42,6 +42,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   </properties>
 
   <developers>