You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/08/22 21:31:18 UTC

svn commit: r806895 - /incubator/photark/branches/photark-incubator-M1/pom.xml

Author: lresende
Date: Sat Aug 22 21:31:16 2009
New Revision: 806895

URL: http://svn.apache.org/viewvc?rev=806895&view=rev
Log:
Updating maven properties to properly set source code encoding to UTF-8

Modified:
    incubator/photark/branches/photark-incubator-M1/pom.xml

Modified: incubator/photark/branches/photark-incubator-M1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/pom.xml?rev=806895&r1=806894&r2=806895&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/pom.xml (original)
+++ incubator/photark/branches/photark-incubator-M1/pom.xml Sat Aug 22 21:31:16 2009
@@ -85,7 +85,9 @@
 
     <properties>
         <notice.dir>.</notice.dir>
-    </properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+     </properties>
 
     <repositories>
         <!--