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:45:22 UTC

svn commit: r1229180 - /directory/apacheds/trunk/installers-maven-plugin/pom.xml

Author: pamarcelot
Date: Mon Jan  9 14:45:22 2012
New Revision: 1229180

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

Modified:
    directory/apacheds/trunk/installers-maven-plugin/pom.xml

Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/pom.xml?rev=1229180&r1=1229179&r2=1229180&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/pom.xml (original)
+++ directory/apacheds/trunk/installers-maven-plugin/pom.xml Mon Jan  9 14:45:22 2012
@@ -90,6 +90,8 @@
               <exclude>src/main/resources/org/apache/directory/server/installers/macosxpkg/License.rtf</exclude>
               <exclude>src/main/resources/org/apache/directory/server/installers/solarispkg/pkginfo</exclude>
               <exclude>src/main/resources/org/apache/directory/server/installers/solarispkg/Prototype</exclude>
+              <!-- BMP_IMAGES_EXCLUDES -->
+              <exclude>**/*.bmp</exclude>
             </excludes>
           </configuration>
          </plugin>