[FLINK-8681] [build] Remove 'planVisualizer.html' has moved notice
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/096bf80d Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/096bf80d Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/096bf80d Branch: refs/heads/master Commit: 096bf80d93d4f27b2e57aaff8754ebbe54151ecb Parents: 21491b2 Author: Stephan Ewen <[email protected]> Authored: Fri Feb 16 20:25:04 2018 +0100 Committer: Stephan Ewen <[email protected]> Committed: Sun Feb 18 22:24:35 2018 +0100 ---------------------------------------------------------------------- .../main/flink-bin/tools/planVisualizer.html | 29 -------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/096bf80d/flink-dist/src/main/flink-bin/tools/planVisualizer.html ---------------------------------------------------------------------- diff --git a/flink-dist/src/main/flink-bin/tools/planVisualizer.html b/flink-dist/src/main/flink-bin/tools/planVisualizer.html deleted file mode 100644 index 33b146b..0000000 --- a/flink-dist/src/main/flink-bin/tools/planVisualizer.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- - 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. ---> -<html> -<head> - <title>Flink Plan Visualizer</title> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<body> - <h1>Moved to Project Website</h1> - <p>The plan visualizer has been moved to the <a href="http://flink.apache.org/visualizer/index.html">Flink project website</a>.</p> -</body> -</html>
