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 10:55:26 UTC

svn commit: r1497687 - in /directory/studio/trunk/helps: ldapbrowser.help/pom.xml ldifeditor.help/pom.xml

Author: pamarcelot
Date: Fri Jun 28 08:55:25 2013
New Revision: 1497687

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

Modified:
    directory/studio/trunk/helps/ldapbrowser.help/pom.xml
    directory/studio/trunk/helps/ldifeditor.help/pom.xml

Modified: directory/studio/trunk/helps/ldapbrowser.help/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/ldapbrowser.help/pom.xml?rev=1497687&r1=1497686&r2=1497687&view=diff
==============================================================================
--- directory/studio/trunk/helps/ldapbrowser.help/pom.xml (original)
+++ directory/studio/trunk/helps/ldapbrowser.help/pom.xml Fri Jun 28 08:55:25 2013
@@ -393,7 +393,6 @@
           <!-- OTHER_EXCLUDES -->
           <exclude>src/main/resources/sevenseas.ldif</exclude>
           <exclude>src/main/resources/html/rfc/*.txt</exclude>
-          <exclude>src/main/resources/html/rfcs/*.txt</exclude>
         </excludes>
         </configuration>
        </plugin>

Modified: directory/studio/trunk/helps/ldifeditor.help/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/ldifeditor.help/pom.xml?rev=1497687&r1=1497686&r2=1497687&view=diff
==============================================================================
--- directory/studio/trunk/helps/ldifeditor.help/pom.xml (original)
+++ directory/studio/trunk/helps/ldifeditor.help/pom.xml Fri Jun 28 08:55:25 2013
@@ -390,6 +390,8 @@
           <!-- LOG_FILES_EXCLUDES -->
           <exclude>**/*.log</exclude>
           <exclude>**/*.vm</exclude>
+          <!-- OTHER_EXCLUDES -->
+          <exclude>src/main/resources/html/rfc/*.txt</exclude>
         </excludes>
         </configuration>
        </plugin>