You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2016/12/07 01:47:55 UTC

flink git commit: [hotfix][webfrontend] Added non-binary image assets to license check exceptions

Repository: flink
Updated Branches:
  refs/heads/master 0eb46eba8 -> a6e80da30


[hotfix][webfrontend] Added non-binary image assets to license check exceptions


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

Branch: refs/heads/master
Commit: a6e80da300bafddba1789934817e10f6f9818acf
Parents: 0eb46eb
Author: Marton Balassi <mb...@apache.org>
Authored: Tue Dec 6 18:10:45 2016 -0500
Committer: Marton Balassi <mb...@apache.org>
Committed: Tue Dec 6 20:47:29 2016 -0500

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a6e80da3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a7c2a37..d3ddf92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -831,6 +831,11 @@ under the License.
 						<exclude>flink-runtime-web/web-dashboard/assets/fonts/FontAwesome.otf</exclude>
 						<exclude>flink-runtime-web/web-dashboard/assets/fonts/fontawesome*</exclude>
 
+						<!-- web dashboard non-binary image assets -->
+						<exclude>flink-runtime-web/web-dashboard/assets/images/browserconfig.xml</exclude>
+						<exclude>flink-runtime-web/web-dashboard/assets/images/manifest.json</exclude>
+						<exclude>flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg</exclude>
+
 						<!-- generated contents -->
 						<exclude>flink-runtime-web/web-dashboard/web/**</exclude>