You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/06/28 12:46:29 UTC

svn commit: r1497721 - /directory/studio/trunk/helps/schemaeditor.help/pom.xml

Author: pamarcelot
Date: Fri Jun 28 10:46:28 2013
New Revision: 1497721

URL: http://svn.apache.org/r1497721
Log:
Fixed RAT plugin exclusions

Modified:
    directory/studio/trunk/helps/schemaeditor.help/pom.xml

Modified: directory/studio/trunk/helps/schemaeditor.help/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/schemaeditor.help/pom.xml?rev=1497721&r1=1497720&r2=1497721&view=diff
==============================================================================
--- directory/studio/trunk/helps/schemaeditor.help/pom.xml (original)
+++ directory/studio/trunk/helps/schemaeditor.help/pom.xml Fri Jun 28 10:46:28 2013
@@ -391,6 +391,8 @@
           <!-- LOG_FILES_EXCLUDES -->
           <exclude>**/*.log</exclude>
           <exclude>**/*.vm</exclude>
+          <!-- OTHER_EXCLUDES -->
+          <exclude>**/src/main/resources/html/rfcs/*.txt</exclude>
         </excludes>
         </configuration>
        </plugin>