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 19:14:45 UTC

[30/50] [abbrv] incubator-kylin git commit: KYLIN 669 exclude dictionary file rat check with MIT-like license

KYLIN 669 exclude dictionary file rat check with MIT-like license


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

Branch: refs/heads/master
Commit: 2e3a00dcd292ba93edb4afa20e151dd8c05b7d8f
Parents: 7a4330b
Author: Luke Han <lu...@apache.org>
Authored: Tue Jun 2 19:35:58 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Jun 2 19:35:58 2015 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2e3a00dc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 412a44c..219f183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -775,7 +775,7 @@
                                 <exclude>examples/test_case_data/**/*.xml</exclude>
 
                                 <!-- MIT-Like License -->
-                                <exclude>dictionary/src/test/resources/dict/english-words.80 (scowl-2015.05.18).txt</exclude>
+                                <exclude>dictionary/src/test/resources/dict/english-words*.txt</exclude>
 
 
                             </excludes>