Repository: kylin
Updated Branches:
  refs/heads/v1.5.3-release 761db1e90 -> c92f71cc1


Fix RAT warnings

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

Branch: refs/heads/v1.5.3-release
Commit: c92f71cc137a8c21d0b6fe55b0540efd43aadecd
Parents: 761db1e
Author: shaofengshi <shaofeng...@apache.org>
Authored: Tue Jul 19 09:55:57 2016 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Tue Jul 19 09:56:48 2016 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/dict/CachedTreeMapTest.java   | 17 +++++++++++++++++
 pom.xml                                            |  1 +
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/c92f71cc/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java
----------------------------------------------------------------------
diff --git 
a/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java 
b/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java
index 3366bf6..df64f3f 100644
--- a/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java
+++ b/core-dictionary/src/test/java/org/apache/kylin/dict/CachedTreeMapTest.java
@@ -1,3 +1,20 @@
+/*
+ * 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.
+*/
 package org.apache.kylin.dict;
 
 import org.apache.hadoop.io.Writable;

http://git-wip-us.apache.org/repos/asf/kylin/blob/c92f71cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7a211fc..9f35ed3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,6 +783,7 @@
                                 <exclude>**/*.iml</exclude>
                                 <exclude>**/.classpath</exclude>
                                 <exclude>**/.project</exclude>
+                                <exclude>**/.settings/**</exclude>
 
                                 <!-- image files constitute images required 
for documentation. .pptx contain the sources for images -->
                                 <exclude>**/*.png</exclude>

Reply via email to