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 2012/01/09 15:22:35 UTC

svn commit: r1229166 - /directory/apacheds/trunk/pom.xml

Author: pamarcelot
Date: Mon Jan  9 14:22:35 2012
New Revision: 1229166

URL: http://svn.apache.org/viewvc?rev=1229166&view=rev
Log:
Updated RAT plugin exclusions.

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1229166&r1=1229165&r2=1229166&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Jan  9 14:22:35 2012
@@ -195,7 +195,7 @@
               <exclude>**/.project</exclude>
               <exclude>**/.settings/**/*</exclude>
               <!-- ECLIPSE_LAUNCH_EXCLUDES -->
-              <exclude>**/ApacheDS.launch</exclude>
+              <exclude>**/*.launch</exclude>
               <!-- IDEA_DEFAULT_EXCLUDES -->
               <exclude>**/*.iml</exclude>
               <exclude>**/*.ipr</exclude>
@@ -220,6 +220,10 @@
               <exclude>osgi/src/main/resources/META-INF/spring.schemas</exclude>
               <!-- LOG_FILES_EXCLUDES -->
               <exclude>**/*.log</exclude>
+              <!-- BYTECODE_EXCLUDES -->
+              <exclude>**/*.bytecode</exclude>
+              <!-- BMP_IMAGES_EXCLUDES -->
+              <exclude>**/*.bmp</exclude>
             </excludes>
           </configuration>
         </plugin>