You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/04/15 09:21:59 UTC

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

Author: felixk
Date: Fri Apr 15 07:21:59 2011
New Revision: 1092608

URL: http://svn.apache.org/viewvc?rev=1092608&view=rev
Log:
Add ApacheDS.launch to apache-rat excludes

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1092608&r1=1092607&r2=1092608&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Apr 15 07:21:59 2011
@@ -171,6 +171,8 @@
               <exclude>**/.classpath</exclude>
               <exclude>**/.project</exclude>
               <exclude>**/.settings/**/*</exclude>
+              <!-- ECLIPSE_LAUNCH_EXCLUDES -->
+              <exclude>**/ApacheDS.launch</exclude>
               <!-- IDEA_DEFAULT_EXCLUDES -->
               <exclude>**/*.iml</exclude>
               <exclude>**/*.ipr</exclude>