You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/05/05 20:45:29 UTC

svn commit: r1592603 - /commons/proper/csv/trunk/pom.xml

Author: britter
Date: Mon May  5 18:45:29 2014
New Revision: 1592603

URL: http://svn.apache.org/r1592603
Log:
Remove obsolete comment

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1592603&r1=1592602&r2=1592603&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon May  5 18:45:29 2014
@@ -127,10 +127,7 @@ CSV files of various types.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
-    <!--
-        Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir
-        and wants license headers in .properties to be the header for Java files.
-    -->
+
     <checkstyle.version>2.12.1</checkstyle.version>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
   </properties>