You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by jg...@apache.org on 2011/09/19 23:08:32 UTC

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

Author: jghoman
Date: Mon Sep 19 21:08:32 2011
New Revision: 1172821

URL: http://svn.apache.org/viewvc?rev=1172821&view=rev
Log:
GIRAPH-39: mvn rat doesn't like .git or .idea. (jghoman)

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

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1172821&r1=1172820&r2=1172821&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Mon Sep 19 21:08:32 2011
@@ -2,6 +2,8 @@ Giraph Change Log
 
 Release 0.70.0 - unreleased
 
+  GIRAPH-39: mvn rat doesn't like .git or .idea. (jghoman)
+
   GIRAPH-32: Implement benchmarks to evaluate the performance of message 
   passing. (hyunsik)
 
@@ -47,4 +49,4 @@ Release 0.70.0 - unreleased
 
   GIRAPH-5: Remove Yahoo directories after svn import from Yahoo! (aching)
 
-  GIRAPH-3: Vertex:sentMsgToAllEdges should be sendMsg. (jghoman)
\ No newline at end of file
+  GIRAPH-3: Vertex:sentMsgToAllEdges should be sendMsg. (jghoman)

Modified: incubator/giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/pom.xml?rev=1172821&r1=1172820&r2=1172821&view=diff
==============================================================================
--- incubator/giraph/trunk/pom.xml (original)
+++ incubator/giraph/trunk/pom.xml Mon Sep 19 21:08:32 2011
@@ -297,6 +297,9 @@ under the License.
             <!-- generated content -->
             <exclude>**/target/**</exclude>
             <exclude>_bsp/**</exclude>
+            <!-- source control and IDEs -->
+            <exclude>.git/**</exclude>
+            <exclude>.idea/**</exclude>
          </excludes>
       </configuration>
     </plugin>