You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/11/10 16:24:54 UTC

[4/7] incubator-flink git commit: [Flink-1113] clean up JQuery dependencies

[Flink-1113] clean up JQuery dependencies

This closes #178


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

Branch: refs/heads/master
Commit: 1e979e90f1fef9a38e6e058658f6cb86db473362
Parents: 34c13e9
Author: mingliang <qm...@gmail.com>
Authored: Tue Nov 4 15:14:43 2014 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Nov 10 11:59:55 2014 +0100

----------------------------------------------------------------------
 DEPENDENCIES                                    |    2 +-
 LICENSE                                         |    2 +-
 flink-dist/src/main/flink-bin/LICENSE           |    2 +-
 .../resources/web-docs-infoserver/analyze.html  |    2 +-
 .../web-docs-infoserver/blank-page.html         |    2 +-
 .../web-docs-infoserver/configuration.html      |    2 +-
 .../resources/web-docs-infoserver/history.html  |    2 +-
 .../resources/web-docs-infoserver/index.html    |    2 +-
 .../web-docs-infoserver/js/jquery-1.10.2.js     |    6 -
 .../web-docs-infoserver/js/jquery-2.1.0.js      | 9111 ++++++++++++++++++
 .../resources/web-docs-infoserver/js/jquery.js  |  154 -
 .../web-docs-infoserver/taskmanagers.html       |    2 +-
 12 files changed, 9120 insertions(+), 169 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 3a40013..9947b0d 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -57,7 +57,7 @@ under the MIT License
 
  - Mockito (http://www.mockito.org) - Copyright (c) 2007 Mockito contributors
  - SLF4J (http://www.slf4j.org) - Copyright (c) 2004-2013 QOS.ch
- - jQuery v1.10.2, v1.4.2, v2.1.0. (http://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
+ - jQuery v2.1.0. (http://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
  - Sizzle.js (http://sizzlejs.com) - Copyright 2010, The Dojo Foundation
  - jCanvas 13.11.21 (http://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
  - Flot 0.8.1 (http://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index f8dd024..9069911 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
+ - jQuery v2.1.0. (http://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
  - Sizzle.js (http://sizzlejs.com) - Copyright 2010, The Dojo Foundation
  - jCanvas 13.11.21 (http://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
  - Flot 0.8.1 (http://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-dist/src/main/flink-bin/LICENSE
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/flink-bin/LICENSE b/flink-dist/src/main/flink-bin/LICENSE
index 9ba509c..133aeaf 100644
--- a/flink-dist/src/main/flink-bin/LICENSE
+++ b/flink-dist/src/main/flink-bin/LICENSE
@@ -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://www.slf4j.org) - Copyright (c) 2004-2013 QOS.ch
- - jQuery v1.10.2, v1.4.2, v2.1.0. (http://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
+ - jQuery v2.1.0. (http://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
  - Sizzle.js (http://sizzlejs.com) - Copyright 2010, The Dojo Foundation
  - jCanvas 13.11.21 (http://calebevans.me/projects/jcanvas/) - Copyright 2014 Caleb Evans
  - Flot 0.8.1 (http://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-runtime/resources/web-docs-infoserver/analyze.html
----------------------------------------------------------------------
diff --git a/flink-runtime/resources/web-docs-infoserver/analyze.html b/flink-runtime/resources/web-docs-infoserver/analyze.html
index 7cc4cd0..346aba4 100644
--- a/flink-runtime/resources/web-docs-infoserver/analyze.html
+++ b/flink-runtime/resources/web-docs-infoserver/analyze.html
@@ -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 -->

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-runtime/resources/web-docs-infoserver/blank-page.html
----------------------------------------------------------------------
diff --git a/flink-runtime/resources/web-docs-infoserver/blank-page.html b/flink-runtime/resources/web-docs-infoserver/blank-page.html
index 3b0b29b..1da05e2 100644
--- a/flink-runtime/resources/web-docs-infoserver/blank-page.html
+++ b/flink-runtime/resources/web-docs-infoserver/blank-page.html
@@ -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 -->

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-runtime/resources/web-docs-infoserver/configuration.html
----------------------------------------------------------------------
diff --git a/flink-runtime/resources/web-docs-infoserver/configuration.html b/flink-runtime/resources/web-docs-infoserver/configuration.html
index 620f67a..b9e7a07 100644
--- a/flink-runtime/resources/web-docs-infoserver/configuration.html
+++ b/flink-runtime/resources/web-docs-infoserver/configuration.html
@@ -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 -->

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-runtime/resources/web-docs-infoserver/history.html
----------------------------------------------------------------------
diff --git a/flink-runtime/resources/web-docs-infoserver/history.html b/flink-runtime/resources/web-docs-infoserver/history.html
index d2e3700..fd55dc8 100644
--- a/flink-runtime/resources/web-docs-infoserver/history.html
+++ b/flink-runtime/resources/web-docs-infoserver/history.html
@@ -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 -->

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1e979e90/flink-runtime/resources/web-docs-infoserver/index.html
----------------------------------------------------------------------
diff --git a/flink-runtime/resources/web-docs-infoserver/index.html b/flink-runtime/resources/web-docs-infoserver/index.html
index d0a88d7..2d3346d 100644
--- a/flink-runtime/resources/web-docs-infoserver/index.html
+++ b/flink-runtime/resources/web-docs-infoserver/index.html
@@ -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 -->