You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by GitBox <gi...@apache.org> on 2018/08/09 12:53:35 UTC

[GitHub] shaofengshi closed pull request #193: Minor, fix rat check failed

shaofengshi closed pull request #193: Minor, fix rat check failed
URL: https://github.com/apache/kylin/pull/193
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index e1ab370eb9..b5a346b26e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1517,6 +1517,7 @@
                                 <exclude>**/*.jpg</exclude>
                                 <exclude>**/*.gif</exclude>
                                 <exclude>**/*.ico</exclude>
+                                <exclude>**/*.svg</exclude>
 
                                 <!--Test Data-->
                                 <exclude>**/src/test/resources/**</exclude>
@@ -1546,6 +1547,9 @@
                                 <exclude>**/*.doc</exclude>
                                 <exclude>**/*.txt</exclude>
                                 <exclude>**/.checkstyle</exclude>
+                                <exclude>**/*.eot</exclude>
+                                <exclude>**/*.ttf</exclude>
+                                <exclude>**/*.woff</exclude>
 
                                 <!-- Kylin's website content -->
                                 <exclude>**/.sass-cache/**</exclude>
diff --git a/webapp/app/less/font.less b/webapp/app/less/font.less
index 1f5484d992..8e38b481af 100644
--- a/webapp/app/less/font.less
+++ b/webapp/app/less/font.less
@@ -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.
+ */
+
 @font-face {
   font-family: 'kylin';
   src: url('../fonts/kylin.eot?pdayeh');


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services