You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/03/03 22:41:09 UTC

svn commit: r918706 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: lresende
Date: Wed Mar  3 21:41:09 2010
New Revision: 918706

URL: http://svn.apache.org/viewvc?rev=918706&view=rev
Log:
Setting sourceEncoding and outputEncoding properties to avoid warning during build

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=918706&r1=918705&r2=918706&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Mar  3 21:41:09 2010
@@ -47,7 +47,9 @@
 
     <properties>
         <notice.dir>.</notice.dir>
-        <tools.jar>${java.home}/../lib/tools.jar</tools.jar>        
+        <tools.jar>${java.home}/../lib/tools.jar</tools.jar>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>        
     </properties>
 
     <issueManagement>