Author: sebb
Date: Thu Sep 10 23:22:15 2015
New Revision: 1702348

URL: http://svn.apache.org/r1702348
Log:
Ignore some Clirr errors for now

Added:
    commons/proper/bcel/trunk/clirr-ignored-diffs.xml   (with props)
Modified:
    commons/proper/bcel/trunk/pom.xml

Added: commons/proper/bcel/trunk/clirr-ignored-diffs.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/clirr-ignored-diffs.xml?rev=1702348&view=auto
==============================================================================
--- commons/proper/bcel/trunk/clirr-ignored-diffs.xml (added)
+++ commons/proper/bcel/trunk/clirr-ignored-diffs.xml Thu Sep 10 23:22:15 2015
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+    Ignore some differences that are not relevant to the external API 
+ -->
+<differences>
+<!--
+  <difference>
+    <className>**/example/*Remote</className>
+    <differenceType>...</differenceType>
+    <field>my*</field>
+    <method>MyObject* method(int, java.lang.String)</method>
+    <from>...</from>
+    <to>...</to>
+  </difference>
+-->
+  <!-- dropped Serializable -->
+  <difference>
+    <className>**/*</className>
+    <differenceType>4001</differenceType>
+    <to>java/io/Serializable</to>
+  </difference>
+  <!-- Method added to an interface -->
+  <difference>
+    <className>**/*</className>
+    <differenceType>7012</differenceType>
+    <method>*</method>
+  </difference>
+</differences>

Propchange: commons/proper/bcel/trunk/clirr-ignored-diffs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/proper/bcel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1702348&r1=1702347&r2=1702348&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Thu Sep 10 23:22:15 2015
@@ -38,6 +38,7 @@
   <inceptionYear>2004</inceptionYear>
 
   <properties>
+    
<clirr.ignoredDifferencesFile>clirr-ignored-diffs.xml</clirr.ignoredDifferencesFile>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compiler.source>1.7</maven.compiler.source>


Reply via email to