You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/12/12 12:20:22 UTC

svn commit: r725967 - /geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml

Author: jdillon
Date: Fri Dec 12 03:20:22 2008
New Revision: 725967

URL: http://svn.apache.org/viewvc?rev=725967&view=rev
Log:
Set encoding

Modified:
    geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml

Modified: geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml?rev=725967&r1=725966&r2=725967&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/config/project-config/pom.xml Fri Dec 12 03:20:22 2008
@@ -127,6 +127,10 @@
         </dependency>
     </dependencies>
     
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+    
     <build>
         <defaultGoal>install</defaultGoal>