From 9d0f44fd7b16a66de1d9b0d8c5e4ab954d83790f Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 12 Jan 2015 17:19:46 +0100 Subject: All: Drop support for jQuery 1.6.x Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 --- Gruntfile.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index b629adfa1..277169a72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -241,21 +241,6 @@ grunt.initConfig({ "jquery/jquery.js": "jquery-1.x/jquery.js", "jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt", - "jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js", - "jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt", - - "jquery-1.6.1/jquery.js": "jquery-1.6.1/jquery.js", - "jquery-1.6.1/MIT-LICENSE.txt": "jquery-1.6.1/MIT-LICENSE.txt", - - "jquery-1.6.2/jquery.js": "jquery-1.6.2/jquery.js", - "jquery-1.6.2/MIT-LICENSE.txt": "jquery-1.6.2/MIT-LICENSE.txt", - - "jquery-1.6.3/jquery.js": "jquery-1.6.3/jquery.js", - "jquery-1.6.3/MIT-LICENSE.txt": "jquery-1.6.3/MIT-LICENSE.txt", - - "jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js", - "jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt", - "jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js", "jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt", -- cgit v1.2.3