You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/24 02:19:29 UTC

svn commit: r1697285 - in /commons/proper/bcel/trunk: checkstyle-suppressions.xml checkstyle.xml checkstyle_suppressions.xml

Author: sebb
Date: Mon Aug 24 00:19:29 2015
New Revision: 1697285

URL: http://svn.apache.org/r1697285
Log:
Use the same naming convention as NET and VFS

Added:
    commons/proper/bcel/trunk/checkstyle-suppressions.xml
      - copied unchanged from r1697284, commons/proper/bcel/trunk/checkstyle_suppressions.xml
Removed:
    commons/proper/bcel/trunk/checkstyle_suppressions.xml
Modified:
    commons/proper/bcel/trunk/checkstyle.xml

Modified: commons/proper/bcel/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle.xml?rev=1697285&r1=1697284&r2=1697285&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle.xml (original)
+++ commons/proper/bcel/trunk/checkstyle.xml Mon Aug 24 00:19:29 2015
@@ -177,7 +177,7 @@ limitations under the License.
 
   <module name="SuppressionFilter">
     <!-- config_loc is used by Eclipse plugin -->
-    <property name="file" value="${config_loc}/checkstyle_suppressions.xml"/>
+    <property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
   </module>
 
   <!--