You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 17:23:12 UTC

git commit: exclude DEPENDENCIES file as it does not have license in

Updated Branches:
  refs/heads/master eb686a8a8 -> b8211d156


exclude DEPENDENCIES file as it does not have license in


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

Branch: refs/heads/master
Commit: b8211d15645f3a4a2732b46de798ba37130a3997
Parents: eb686a8
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 17:23:00 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 17:23:00 2012 +0100

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b8211d15/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6d20b90..435d679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,7 @@ under the License.
                     <exclude>src/test/resources/static_view.txt</exclude>
                     <exclude>src/main/scripts/integration-test/script/.metadata_infra</exclude>
                     <exclude>helix-dev-release/**</exclude>
+                    <exclude>DEPENDENCIES</exclude>
                   </excludes>
                 </configuration>
               </execution>