You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2015/08/11 07:20:39 UTC

svn commit: r1695210 - /commons/proper/bcel/trunk/pom.xml

Author: chas
Date: Tue Aug 11 05:20:39 2015
New Revision: 1695210

URL: http://svn.apache.org/r1695210
Log:
BCEL-226 Fix RAT messages

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1695210&r1=1695209&r2=1695210&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Tue Aug 11 05:20:39 2015
@@ -259,7 +259,6 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerFile>${basedir}/LICENSE-header.txt</headerFile>
         </configuration>
         <!-- We need to specify reportSets because 2.9.1 creates two reports -->
         <reportSets>