--- doc/loncapafiles/removenolongerused.piml 2016/08/09 19:17:55 1.1.2.10 +++ doc/loncapafiles/removenolongerused.piml 2018/09/02 16:19:31 1.1.2.11 @@ -21,7 +21,16 @@ my %files = ( 'londocroot' => ['adm/rat/extpickcode.html', 'adm/rat/extpickframe.html', 'adm/help/gif/vbkm.gif', - 'adm/help/eps/vbkm.eps'], + 'adm/help/eps/vbkm.eps', + 'adm/jQuery/js/jquery-1.3.2.min.js', + 'adm/jQuery/js/jquery-1.6.2.min.js', + 'adm/jQuery/js/jquery-1.11.3.min.js', + 'adm/jQuery/js/jquery-ui-1.7.2.custom.min.js', + 'adm/jQuery/js/jquery-ui-1.8.16.custom.min.js', + 'adm/jQuery/js/jquery-ui-1.11.4.custom.min.js', + 'adm/jQuery/css/smoothness/jquery-ui-1.7.2.custom.css', + 'adm/jQuery/css/smoothness/jquery-ui-1.8.16.custom.css', + 'adm/jQuery/js/css/smoothness/jquery-ui-1.11.4.custom.css'], 'debug' => ['archive_coursedata_tables.pl'], ); @@ -29,7 +38,8 @@ my %dirs = ( 'londocroot' => ['htmlarea', 'res/adm/pages/bookmarkmenu', 'res/adm/pages/reactionresponse', - 'adm/jsMath'], + 'adm/jsMath', + 'adm/jQuery/css/ui-lightness'], ); my @filestodelete = ();