You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/08 20:22:24 UTC

[18/30] incubator-kylin git commit: exclude examples files, add Apache License hearder to find-hbase-dependency.sh

exclude examples files, add Apache License hearder to find-hbase-dependency.sh


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

Branch: refs/heads/0.7-staging
Commit: 30c913840172539b96e092b49c020e87a1bb0de4
Parents: d09eae1
Author: Luke Han <lu...@apache.org>
Authored: Tue Jun 2 19:25:33 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Jun 2 19:25:33 2015 +0800

----------------------------------------------------------------------
 bin/find-hbase-dependency.sh | 17 +++++++++++++++++
 pom.xml                      |  2 ++
 2 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/30c91384/bin/find-hbase-dependency.sh
----------------------------------------------------------------------
diff --git a/bin/find-hbase-dependency.sh b/bin/find-hbase-dependency.sh
index 39fc333..c1a55c2 100644
--- a/bin/find-hbase-dependency.sh
+++ b/bin/find-hbase-dependency.sh
@@ -1,5 +1,22 @@
 #!/bin/sh
 
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 hbase_classpath=`hbase classpath`
 arr=(`echo $hbase_classpath | cut -d ":"  --output-delimiter=" " -f 1-`)
 hbase_common_path=

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/30c91384/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1a80342..0f0b61d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,6 +772,8 @@
 
                                 <!-- HBase MiniCluster Testing Data, for testing only -->
                                 <exclude>examples/test_case_data/minicluster/hbase-export.tar.gz</exclude>
+                                <exclude>examples/test_case_data/**/*.xml</exclude>
+
 
                             </excludes>
                         </configuration>