You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2012/08/06 21:06:39 UTC

svn commit: r1369924 - in /giraph/trunk: CHANGELOG pom.xml

Author: aching
Date: Mon Aug  6 19:06:38 2012
New Revision: 1369924

URL: http://svn.apache.org/viewvc?rev=1369924&view=rev
Log:
GIRAPH-280: Add IntelliJ-generated *.iml and *.ipr files to Apache
Rat's <exclude> list. (ekoontz via aching).


Modified:
    giraph/trunk/CHANGELOG
    giraph/trunk/pom.xml

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1369924&r1=1369923&r2=1369924&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Mon Aug  6 19:06:38 2012
@@ -2,6 +2,9 @@ Giraph Change Log
 
 Release 0.2.0 - unreleased
 
+  GIRAPH-280: Add IntelliJ-generated *.iml and *.ipr files to Apache
+  Rat's <exclude> list. (ekoontz via aching).
+
   GIRAPH-45: Improve the way to keep outgoing messages (majakabiljo
   via aching).
  

Modified: giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1369924&r1=1369923&r2=1369924&view=diff
==============================================================================
--- giraph/trunk/pom.xml (original)
+++ giraph/trunk/pom.xml Mon Aug  6 19:06:38 2012
@@ -423,8 +423,10 @@ under the License.
               <!-- source control and IDEs -->
               <exclude>.git/**</exclude>
               <exclude>.gitignore</exclude>
-              <exclude>.idea/**</exclude>
               <exclude>*.patch</exclude>
+              <exclude>.idea/**</exclude>
+              <exclude>**/*.iml</exclude>
+              <exclude>**/*.ipr</exclude>
            </excludes>
         </configuration>
       </plugin>