[hotfix] Remove remaining unused files from the old standalone web client
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0601a762 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0601a762 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0601a762 Branch: refs/heads/release-1.0 Commit: 0601a762a4ee826bc628842e9b38f205fafdb76d Parents: f2de20b Author: Stephan Ewen <[email protected]> Authored: Fri Feb 26 15:34:06 2016 +0100 Committer: Robert Metzger <[email protected]> Committed: Fri Feb 26 20:57:04 2016 +0100 ---------------------------------------------------------------------- flink-clients/pom.xml | 2 +- .../main/resources/web-docs/css/bootstrap.css | 5785 ----------- .../src/main/resources/web-docs/css/graph.css | 48 - .../resources/web-docs/css/nephelefrontend.css | 198 - .../src/main/resources/web-docs/css/overlay.css | 47 - .../main/resources/web-docs/css/pactgraphs.css | 294 - .../resources/web-docs/img/GradientBoxes.png | Bin 26286 -> 0 bytes .../main/resources/web-docs/img/delete-icon.png | Bin 568 -> 0 bytes .../main/resources/web-docs/img/flink-logo.png | Bin 16446 -> 0 bytes .../main/resources/web-docs/img/gradient.jpg | Bin 28636 -> 0 bytes .../resources/web-docs/img/overlay/close.png | Bin 1996 -> 0 bytes .../src/main/resources/web-docs/index.html | 28 - .../main/resources/web-docs/js/bootstrap.min.js | 6 - .../src/main/resources/web-docs/js/d3.js | 9270 ------------------ .../src/main/resources/web-docs/js/dagre-d3.js | 4560 --------- .../main/resources/web-docs/js/graphCreator.js | 445 - .../main/resources/web-docs/js/jquery-2.1.0.js | 9111 ----------------- .../resources/web-docs/js/jquery.tools.min.js | 20 - .../src/main/resources/web-docs/js/program.js | 233 - .../src/main/resources/web-docs/launch.html | 109 - 20 files changed, 1 insertion(+), 30155 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/0601a762/flink-clients/pom.xml ---------------------------------------------------------------------- diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index a8841a2..344fde6 100644 --- a/flink-clients/pom.xml +++ b/flink-clients/pom.xml @@ -181,7 +181,7 @@ under the License. </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore/> </action> </pluginExecution> <pluginExecution>
