You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/11/05 23:30:57 UTC

svn commit: r711724 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Wed Nov  5 14:30:57 2008
New Revision: 711724

URL: http://svn.apache.org/viewvc?rev=711724&view=rev
Log:
setting project.build.sourceEncoding see
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=711724&r1=711723&r2=711724&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Wed Nov  5 14:30:57 2008
@@ -1005,5 +1005,6 @@
     <commons-logging.version>1.1</commons-logging.version>
     <commons-digester.version>1.8</commons-digester.version>
     <commons-collection.version>3.1</commons-collection.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 </project>
\ No newline at end of file