You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/27 15:49:44 UTC

svn commit: r1676266 - /sling/trunk/bundles/servlets/post/pom.xml

Author: cziegeler
Date: Mon Apr 27 13:49:44 2015
New Revision: 1676266

URL: http://svn.apache.org/r1676266
Log:
Exclude template from rat

Modified:
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=1676266&r1=1676265&r2=1676266&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Mon Apr 27 13:49:44 2015
@@ -85,6 +85,7 @@
               <configuration>
                 <excludes>
                   <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlResponse.html</exclude>
+                  <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlNoGoBackResponse.html</exclude>
                 </excludes>
               </configuration>
             </plugin>