You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/07/11 00:52:20 UTC

[incubator-skywalking] branch bug/notice updated: Amend notice file, add excluding icon folder in rat config

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch bug/notice
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/bug/notice by this push:
     new ac42175  Amend notice file, add excluding icon folder in rat config
ac42175 is described below

commit ac42175c891d4e8ede673b13b50ebe26cd6e38ed
Author: gaohongtao <ha...@gmail.com>
AuthorDate: Wed Jul 11 08:51:10 2018 +0800

    Amend notice file, add excluding icon folder in rat config
---
 apm-dist/release-docs/NOTICE | 4 +---
 pom.xml                      | 2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apm-dist/release-docs/NOTICE b/apm-dist/release-docs/NOTICE
index 618ae2d..d60cf63 100644
--- a/apm-dist/release-docs/NOTICE
+++ b/apm-dist/release-docs/NOTICE
@@ -830,9 +830,7 @@ writing, such person, organization or entity, will also be exempted
 from and not be held liable to the user for any such damages as noted
 above as far as the program is concerned.
 
-===========================================================================
-ant design icon Notice
-===========================================================================
+------
 
 This product bundles icons/fonts from the ant-design project,
 https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont
diff --git a/pom.xml b/pom.xml
index ecf9ebd..aa5668a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,8 @@
                         <!-- UI style check files -->
                         <exclude>**/skywalking-ui/.eslintrc</exclude>
                         <exclude>**/skywalking-ui/.stylelintrc</exclude>
+                        <!-- UI icon files -->
+                        <exclude>**/skywalking-ui/public/font/iconfont/**</exclude>
 
                         <!-- git files -->
                         <exclude>**/.gitignore</exclude>