Author: hboutemy
Date: Sat Dec 19 10:35:20 2015
New Revision: 1720894

URL: http://svn.apache.org/viewvc?rev=1720894&view=rev
Log:
[DOXIASITETOOLS-127] updated clirr configuration to enable Exception renaming

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1720894&r1=1720893&r2=1720894&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Dec 19 10:35:20 2015
@@ -265,6 +265,8 @@ under the License.
                 <!-- DOXIASITETOOLS-85 RenderingContext package changed -->
                 
<exclude>org/apache/maven/doxia/siterenderer/*Renderer</exclude>
                 <exclude>org/apache/maven/doxia/siterenderer/sink/*</exclude>
+                <!-- DOXIASITETOOLS-127 Renderer renamed to SiteRenderer -->
+                
<exclude>org/apache/maven/doxia/siterenderer/*RendererException</exclude>
               </excludes>
             </configuration>
           </execution>


Reply via email to