Skip to content

Commit

Permalink
[Flink-1113] clean up JQuery dependencies
Browse files Browse the repository at this point in the history
This closes apache#178
  • Loading branch information
qmlmoon authored and StephanEwen committed Nov 10, 2014
1 parent 34c13e9 commit 1e979e9
Show file tree
Hide file tree
Showing 12 changed files with 9,120 additions and 169 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ under the MIT License

- Mockito (http:https://www.mockito.org) - Copyright (c) 2007 Mockito contributors
- SLF4J (http:https://www.slf4j.org) - Copyright (c) 2004-2013 QOS.ch
- jQuery v1.10.2, v1.4.2, v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- jQuery v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- Sizzle.js (http:https://sizzlejs.com) - Copyright 2010, The Dojo Foundation
- jCanvas 13.11.21 (http:https://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
- Flot 0.8.1 (http:https://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ conditions of their respective licenses.

The Apache Flink project bundles the following files under the MIT License:

- jQuery v1.10.2, v1.4.2, v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- jQuery v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- Sizzle.js (http:https://sizzlejs.com) - Copyright 2010, The Dojo Foundation
- jCanvas 13.11.21 (http:https://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
- Flot 0.8.1 (http:https://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/flink-bin/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ under the Apache License (v 2.0):
The Apache Flink project bundles the following components under the MIT License:

- SLF4J (http:https://www.slf4j.org) - Copyright (c) 2004-2013 QOS.ch
- jQuery v1.10.2, v1.4.2, v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- jQuery v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- Sizzle.js (http:https://sizzlejs.com) - Copyright 2010, The Dojo Foundation
- jCanvas 13.11.21 (http:https://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
- Flot 0.8.1 (http:https://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen
Expand Down
2 changes: 1 addition & 1 deletion flink-runtime/resources/web-docs-infoserver/analyze.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script type="text/javascript" src="https://www.google.com/jsapi"></script>

<!-- Scripts from Bootstrap -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-2.1.0.js"></script>
<script src="js/bootstrap.js"></script>

<!-- Scripts from Flink -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" type="text/css" href="css/nephelefrontend.css" />

<!-- Scripts from Bootstrap -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-2.1.0.js"></script>
<script src="js/bootstrap.js"></script>

<!-- Scripts from Flink -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" type="text/css" href="css/nephelefrontend.css" />

<!-- Scripts from Bootstrap -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-2.1.0.js"></script>
<script src="js/bootstrap.js"></script>

<!-- Scripts from Flink -->
Expand Down
2 changes: 1 addition & 1 deletion flink-runtime/resources/web-docs-infoserver/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" type="text/css" href="css/nephelefrontend.css" />

<!-- Scripts from Bootstrap -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-2.1.0.js"></script>
<script src="js/bootstrap.js"></script>

<!-- Scripts from Flink -->
Expand Down
2 changes: 1 addition & 1 deletion flink-runtime/resources/web-docs-infoserver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" type="text/css" href="css/nephelefrontend.css" />

<!-- Scripts from Bootstrap -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-2.1.0.js"></script>
<script src="js/bootstrap.js"></script>

<!-- Scripts from Flink -->
Expand Down

This file was deleted.

Loading

0 comments on commit 1e979e9

Please sign in to comment.