You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/09/19 12:51:31 UTC

git commit: WHIRR-654. Tell RAT to avoid checking atlassian-idex.xml (Steve Loughran via asavu)

Updated Branches:
  refs/heads/trunk 96b8e7dee -> b20f759ed


WHIRR-654. Tell RAT to avoid checking atlassian-idex.xml (Steve Loughran via asavu)


Project: http://git-wip-us.apache.org/repos/asf/whirr/repo
Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/b20f759e
Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/b20f759e
Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/b20f759e

Branch: refs/heads/trunk
Commit: b20f759ed1847455a86a06ba066677eaf151f597
Parents: 96b8e7d
Author: Andrei Savu <as...@apache.org>
Authored: Wed Sep 19 13:50:00 2012 +0300
Committer: Andrei Savu <as...@apache.org>
Committed: Wed Sep 19 13:50:00 2012 +0300

----------------------------------------------------------------------
 CHANGES.txt |    3 +++
 pom.xml     |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whirr/blob/b20f759e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7a8ab19..ce38cd9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,9 @@ Trunk (unreleased changes)
     WHIRR-645. Race condition between collocated namenode and
     jobtracker services. (Graham Gear via abayer)
 
+    WHIRR-654. Tell RAT to avoid checking atlassian-idex.xml
+    (Steve Loughran via asavu)
+
 Release 0.8.0 - 2012-08-17
 
   NEW FEATURES

http://git-wip-us.apache.org/repos/asf/whirr/blob/b20f759e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e816517..8b47c00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,6 +434,7 @@
             <exclude>**/.settings/**</exclude>
             <exclude>**/.checkstyle</exclude>
             <exclude>**/target/**</exclude>
+            <exclude>**/atlassian-ide-plugin.xml</exclude>
             <exclude>src/site/resources/images/whirr-logo.ai</exclude>
             <!-- binary -->
           </excludes>