You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/10/26 08:36:38 UTC

svn commit: r1535930 - /maven/doxia/doxia-sitetools/trunk/pom.xml

Author: hboutemy
Date: Sat Oct 26 06:36:38 2013
New Revision: 1535930

URL: http://svn.apache.org/r1535930
Log:
[DOXIASITETOOLS-85] moved RenderingContext from o.a.m.doxia.sink.render package to o.a.m.doxia.siterenderer

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=1535930&r1=1535929&r2=1535930&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Oct 26 06:36:38 2013
@@ -351,6 +351,9 @@ under the License.
             <configuration>
               <excludes>
                 <exclude>org/apache/maven/doxia/site/decoration/*</exclude>
+                <!-- DOXIASITETOOLS-85 RenderingContext package changed -->
+                <exclude>org/apache/maven/doxia/siterenderer/*Renderer</exclude>
+                <exclude>org/apache/maven/doxia/siterenderer/sink/*</exclude>
               </excludes>
             </configuration>
           </execution>