LDEV-3049 change the order we reference css files to the following <link rel="stylesheet" href="${lams}css/jquery.mobile.css" /> <link rel="stylesheet" href="${lams}css/defaultHTML_learner_mobile.css" /> to allow override JQM css styles in defaultHTML_learner_mobile.css
LKC-8 Reduce 300ms click delays on iOS with the help of FastClick library (currently doesn't work with the latest version of JQM so introducing tool specific 1.2.1 version of it)
LDEV-2868* updatedjquery.js,jquery-ui.js and jqgrid.js,jquery.layout.js,jqury.mobile.js,jqeury.form.js,jquery.autocomplete.js* removed repetitions of those libraries throughout all Lams* fixed some issues brought up by these updates* jquery.sizzle.js cut out from jquery.js and now it's a separate file
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.