You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/27 16:10:33 UTC

svn commit: r748547 - /incubator/rat/main/trunk/pom.xml

Author: rdonkin
Date: Fri Feb 27 15:10:33 2009
New Revision: 748547

URL: http://svn.apache.org/viewvc?rev=748547&view=rev
Log:
Best to specify an encoding RAT-38 https://issues.apache.org/jira/browse/RAT-38

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=748547&r1=748546&r2=748547&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Fri Feb 27 15:10:33 2009
@@ -167,6 +167,7 @@
           <configuration>
             <source>1.4</source>
             <target>1.4</target>
+            <encoding>iso8859-1</encoding>
           </configuration>
         </plugin>
         <plugin>