You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tb...@apache.org on 2014/05/12 14:52:18 UTC

git commit: AMBARI-5721 - Exclude PyDev Config Files From Rat Checks (Jonathan Hurley via tbeerbower)

Repository: ambari
Updated Branches:
  refs/heads/trunk b659079cb -> 1e19f079b


AMBARI-5721 - Exclude PyDev Config Files From Rat Checks (Jonathan Hurley via tbeerbower)


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

Branch: refs/heads/trunk
Commit: 1e19f079b18ac5e6a47c68d2e1dff3a3975bfda2
Parents: b659079
Author: tbeerbower <tb...@hortonworks.com>
Authored: Mon May 12 08:51:54 2014 -0400
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Mon May 12 08:51:54 2014 -0400

----------------------------------------------------------------------
 ambari-agent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1e19f079/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 9e1baa1..97806e0 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -674,6 +674,7 @@
             <exclude>src/main/puppet/modules/stdlib/**</exclude>
             <exclude>**/*.erb</exclude>
             <exclude>**/*.json</exclude>
+            <exclude>**/*.pydevproject</exclude>
           </excludes>
         </configuration>
         <executions>