You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2012/02/11 22:55:45 UTC

svn commit: r1243157 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sat Feb 11 21:55:45 2012
New Revision: 1243157

URL: http://svn.apache.org/viewvc?rev=1243157&view=rev
Log:
added new .idea exclude for rat

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1243157&r1=1243156&r2=1243157&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Feb 11 21:55:45 2012
@@ -961,6 +961,7 @@
 
               <!-- idea exclude -->
               <exclude>**/*.iml</exclude>
+              <exclude>.idea/**/*</exclude>
               <exclude>${basedir}/*.iml</exclude>
               <exclude>${basedir}/*.ipr</exclude>
               <exclude>${basedir}/*.iws</exclude>