You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/01/20 17:27:17 UTC

svn commit: r1559769 [1/48] - in /ofbiz/trunk: applications/humanres/widget/ applications/product/webapp/catalog/WEB-INF/ applications/product/webapp/catalog/imagemanagement/ applications/product/webapp/catalog/imagemanagement/js/ applications/product/...

Author: jleroux
Date: Mon Jan 20 16:27:09 2014
New Revision: 1559769

URL: http://svn.apache.org/r1559769
Log:
This is a major update of jQuery and related, it contains:
    jquery-1.8.2 to jquery-1.10.2 which implies using jquery-migrate-1.2.1 for plugins compatiblities
    jquery-ui-timepicker-addon-1.0.5 to jquery-ui-timepicker-addon-1.4.3 (using min now, better i18n)
    jquery-ui-1.9.0 to jquery-ui-1.10.3
    removes jquery.ui.datepicker.js now integrated in jquery.ui
    jquery.hotkeys-0.7.9 to jquery.hotkeys-0.8
    jquery.maskedinput-1.2.2 to jquery.maskedinput-1.3.1
    jquery.validate 1.10.0 to 1.11.1 
        I never realised how much efforts have been put in this plugin!  
        I fixed an issue in JsLanguageFilesMapping generation
        I removed the messages_ptbr.js and messages_ptpt.js files and the related conundrum in JsLanguageFileMappingCreator.java
        untested, found not use cases OOTB
    jquery.jcarousel ?(2006) to 0.3.0 (2013)
        untested, found not use cases OOTB
    jquery.flot 0.7 to 0.8.2 (lot of changes, still works)
        removes useless flotpie.ftl 
        removes empty flotr folder
    jquery.mobile-1.1.0-rc.1 to jquery.mobile-1.4.0
        untested, found not use cases OOTB
    jquery.cookie to jquery.cookie-1.4.0    


Removes all useless/redundant js files (not only jQuery unused old versions)
    notably removes all under images/jquery/ui/development-bundle/ui
    removes now useless GooglemapMarkers.js and GooglemapSimple.js

Flat Grey application.js
    moves jQuery(document).ready(function() at bottom (spotted in Chrome console) 
    
css
    I did not find much issues, I spotted the title bar of the lookups, but got it fixed after some efforts.    

Issues:
    Imagemanagement:  I got issues while testing, actually I'm not quite qure how it works, even in stable demo. It should be validated again. I commit nevertheless my changes:
        moves js part from product to images component
        removes useless calls to js files (mostly in imagemanagement, but not only)
        renames jquery.min.js to sizzle.min.js. 
        Inside sizzle.min.js, updates the Dojo part to v1.10.17-pre and removes the jQuery part
        changes to use ofbizContentUrl macro for generating js calls
        jquery.rotate.js NOT! It's jQueryRotateCompressed.js http://markmail.org/message/dit3dlh3ph4jnenp
        Got ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'D:\projectsASF\ofbizClean\framework\images\webapp\images\pro&' to length 100.  I opened OFBIZ-5501 for that
    I tried to update jstree  to jstree 3 but gave up. I let the jquery.jstree-3.0.0-beta3 files in place in case someone would give it a chance...
    
Not related but while a it:
    removes <!--flot example requests--> from birt controller (moved recently to example component)
    
    

Added:
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jQueryRotate.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jQueryRotateCompressed.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.Jcrop.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/jquery.color.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/imagemanagement/sizzle.min.map
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.10.2.min.map
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-migrate-1.2.1.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/ajax-loader.gif   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/ajax-loader.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-18-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-18-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-36-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-36-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/action-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/action-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/alert-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/alert-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-l-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-l-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-r-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-r-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-d-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-l-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-l-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-r-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-r-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-l-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-l-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-r-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-r-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/arrow-u-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/audio-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/audio-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/back-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/back-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bars-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bars-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bullets-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/bullets-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/calendar-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/calendar-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/camera-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/camera-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-d-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-d-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-l-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-l-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-r-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-r-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-u-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/carat-u-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/check-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/check-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/clock-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/clock-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/cloud-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/cloud-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/comment-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/comment-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/delete-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/delete-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/edit-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/edit-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/eye-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/eye-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/forbidden-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/forbidden-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/forward-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/forward-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/gear-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/gear-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/grid-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/grid-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/heart-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/heart-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/home-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/home-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/info-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/info-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/location-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/location-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/lock-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/lock-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/mail-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/mail-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/minus-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/minus-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/navigation-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/navigation-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/phone-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/phone-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/plus-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/plus-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/power-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/power-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/recycle-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/recycle-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/refresh-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/refresh-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/search-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/search-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/shop-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/shop-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/star-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/star-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/tag-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/tag-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/user-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/user-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/video-black.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-png/video-white.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/action-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/action-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/alert-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/alert-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-l-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-l-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-r-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-r-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-d-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-l-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-l-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-r-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-r-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-l-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-l-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-r-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-r-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/arrow-u-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/audio-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/audio-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/back-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/back-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/bars-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/bars-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/bullets-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/bullets-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/calendar-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/calendar-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/camera-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/camera-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-d-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-d-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-l-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-l-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-r-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-r-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-u-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/carat-u-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/check-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/check-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/clock-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/clock-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/cloud-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/cloud-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/comment-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/comment-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/delete-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/delete-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/edit-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/edit-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/eye-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/eye-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/forbidden-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/forbidden-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/forward-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/forward-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/gear-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/gear-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/grid-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/grid-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/heart-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/heart-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/home-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/home-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/info-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/info-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/location-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/location-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/lock-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/lock-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/mail-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/mail-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/minus-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/minus-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/navigation-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/navigation-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/phone-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/phone-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/plus-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/plus-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/power-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/power-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/recycle-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/recycle-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/refresh-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/refresh-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/search-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/search-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/shop-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/shop-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/star-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/star-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/tag-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/tag-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/user-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/user-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/video-black.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/images/icons-svg/video-white.svg
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile-1.4.0.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile-1.4.0.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile-1.4.0.min.map
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.external-png-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.external-png-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.icons-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.icons-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.inline-png-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.inline-png-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.inline-svg-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.inline-svg-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.structure-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.structure-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.theme-1.4.0.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile/jquery.mobile.theme-1.4.0.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon-1.4.3.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon.min-1.4.3.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon.min.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-af.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-am.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-bg.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-da.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-eu.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-hr.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-sr-RS.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-sr-YU.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-th.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-uk.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/API.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/CONTRIBUTING.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/FAQ.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/NEWS.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/PLUGINS.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/README.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.canvas.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.canvas.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.categories.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.categories.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.errorbars.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.errorbars.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.time.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.time.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jquery.maskedinput-1.3.1.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/libs/
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/libs/jquery.ui.touch.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/libs/require.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/themes/default/32px.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/themes/default/40px.png   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/themes/default/style-3.0.0-beta3.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jsTree/themes/default/style.min-3.0.0-beta3.css   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery-ui-i18n.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-af.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ar.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-az.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-be.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-bg.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-bs.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ca.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-cs.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-cy-GB.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-da.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-de.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-el.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-en.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-eo.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-es.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-et.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-eu.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fa.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fi.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fo.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fr-CA.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-fr.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-gl.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-he.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-hi.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-hr.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-hu.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-hy.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-id.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-is.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-it.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ja.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ka.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-kk.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-km.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ko.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ky.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-lb.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-lt.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-lv.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-mk.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ml.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ms.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-nb.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-nl-BE.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-nl.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-nn.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-no.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-pl.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-pt.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-rm.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ro.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ru.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sk.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sl.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sq.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sr.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-sv.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-ta.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-th.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-tj.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-tr.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-uk.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-vi.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/js/jquery-ui-1.10.3.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/js/jquery-ui-1.10.3.min.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/js/jquery.cookie-1.4.0.js   (with props)
Removed:
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/js/
    ofbiz/trunk/framework/images/webapp/images/GooglemapMarkers.js
    ofbiz/trunk/framework/images/webapp/images/GooglemapSimple.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.6.2.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.6.2.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.2.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.2.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.7.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery-1.8.2.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/jquery.mobile-1.1.0-rc.1/
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon-1.0.5.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/API.txt
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/NEWS.txt
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/PLUGINS.txt
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/README.txt
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/hotkeys/jquery.hotkeys-0.7.9.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jquery.maskedinput-1.2.2.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/index.html
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/js/jquery-ui-1.9.0.custom.js
    ofbiz/trunk/framework/images/webapp/images/jquery/ui/js/jquery-ui-1.9.0.custom.min.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/docs/common/jquery/jquery-1.4.2.min.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/docs/common/jquery/jquery-ui-1.8.2.custom.min.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/docs/common/jquery/jquery.cookie.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/template/common/jquery/jquery-1.4.2.min.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/template/common/jquery/jquery-ui-1.8.2.custom.min.js
    ofbiz/trunk/specialpurpose/cmssite/template/docbook/webhelp/template/common/jquery/jquery.cookie.js
    ofbiz/trunk/specialpurpose/example/webapp/example/flot/
    ofbiz/trunk/specialpurpose/example/webapp/example/flotr/
Modified:
    ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl
    ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl
    ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
    ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java
    ofbiz/trunk/framework/common/template/JsLanguageFilesMapping.ftl
    ofbiz/trunk/framework/common/webcommon/includes/flotCharts/Bars.ftl
    ofbiz/trunk/framework/common/webcommon/includes/flotCharts/Pie.ftl
    ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
    ofbiz/trunk/framework/common/widget/CommonScreens.xml
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/README.md
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-ca.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-cs.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-de.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-el.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-es.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-et.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-fi.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-fr.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-gl.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-he.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-hu.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-id.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-it.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-ja.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-ko.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-lt.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-nl.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-no.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-pl.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-pt-BR.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-pt.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-ro.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-ru.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-sk.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-sv.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-tr.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-vi.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/LICENSE.txt
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/Makefile
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/excanvas.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/excanvas.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.colorhelpers.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.colorhelpers.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.crosshair.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.crosshair.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.fillbetween.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.fillbetween.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.image.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.image.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.navigate.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.navigate.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.pie.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.pie.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.resize.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.resize.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.selection.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.selection.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.stack.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.stack.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.symbol.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.symbol.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.threshold.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/flot/jquery.flot.threshold.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jcarousel/jquery.jcarousel.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/jcarousel/jquery.jcarousel.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/additional-methods.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/additional-methods.min.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/jquery.validate.js
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/jquery.validate.min.js
    ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
    ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
    ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/ProductCategories.ftl
    ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
    ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/CommonScreens.xml?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/CommonScreens.xml Mon Jan 20 16:27:09 2014
@@ -38,7 +38,7 @@ under the License.
                 <set field="layoutSettings.javaScripts[]" value="/partymgr/static/partymgr.js" global="true"/>
                 <set field="layoutSettings.styleSheets[]" value="/partymgr/static/partymgr.css" global="true"/>
                 <set field="layoutSettings.styleSheets[]" value="/images/humanres/humanres.css" global="true"/>
-                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/external/jquery.cookie.js" global="true"/>
+                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/js/jquery.cookie-1.4.0.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/jsTree/jquery.jstree.js" global="true"/>
                 <set field="applicationMenuName" value="HumanResAppBar" global="true"/>
                 <set field="applicationMenuLocation" value="component://humanres/widget/HumanresMenus.xml" global="true"/>

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Mon Jan 20 16:27:09 2014
@@ -3258,7 +3258,7 @@ under the License.
     <view-map name="LookupDataResource" page="component://content/widget/content/DataResourceScreens.xml#LookupDataResource" type="screen"/>
     <view-map name="LookupPerson" page="component://party/widget/partymgr/LookupScreens.xml#LookupPerson" type="screen"/>
     <view-map name="LookupPreferredContactMech" type="screen" page="component://marketing/widget/ContactListScreens.xml#LookupPreferredContactMech"/>
-	<view-map name="LookupContactList" type="screen" page="component://marketing/widget/ContactListScreens.xml#LookupContactList"/>
+    <view-map name="LookupContactList" type="screen" page="component://marketing/widget/ContactListScreens.xml#LookupContactList"/>
 
     <!-- Image Management request mappings -->
     <view-map name="Imagemanagement" type="screen" page="component://product/widget/catalog/ImageManagementScreens.xml#Imagemanagement"/>

Modified: ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageCrop.ftl Mon Jan 20 16:27:09 2014
@@ -16,9 +16,9 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script src="/catalog/imagemanagement/js/jquery.min.js"></script>
-<script src="/catalog/imagemanagement/js/jquery.Jcrop.js"></script>
-<link rel="stylesheet" href="/catalog/imagemanagement/js/jquery.Jcrop.css" type="text/css" />
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
+<link rel="stylesheet" href="<@o...@ofbizContentUrl>" type="text/css" />
 <script type="text/javascript">
 jQuery.noConflict();
 jQuery(document).ready(function(){

Modified: ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageRotating.ftl Mon Jan 20 16:27:09 2014
@@ -16,8 +16,8 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script src="/catalog/imagemanagement/js/jquery.min.js"></script>
-<script src="/catalog/imagemanagement/js/jquery.Rotate.js"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
 <style type="text/css">
     td.cropbox span { 
         width: auto !important; 

Modified: ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ImageWatermark.ftl Mon Jan 20 16:27:09 2014
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script src="/catalog/imagemanagement/js/jquery.min.js"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
 <script type="text/javascript">
     jQuery.noConflict();
     var host = document.location.host;

Modified: ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/ResizeImage.ftl Mon Jan 20 16:27:09 2014
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script src="/catalog/imagemanagement/js/jquery.min.js"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
 <script type="text/javascript">
 jQuery.noConflict();
 jQuery(document).ready(function(){

Modified: ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/imagemanagement/showPeopleApprove.ftl Mon Jan 20 16:27:09 2014
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script src="/catalog/imagemanagement/js/jquery.min.js"></script>
+<script language="javascript" type="text/javascript" src="<@o...@ofbizContentUrl>"></script>
 <script type="text/javascript">
 jQuery.noConflict();
 jQuery(document).ready(function(){

Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Mon Jan 20 16:27:09 2014
@@ -41,7 +41,7 @@ under the License.
                 <set field="applicationMenuName" value="CatalogAppBar" global="true"/>
                 <set field="applicationMenuLocation" value="component://product/widget/catalog/CatalogMenus.xml" global="true"/>
                 <set field="applicationTitle" value="${uiLabelMap.ProductCatalogManagerApplication}" global="true"/>
-                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/external/jquery.cookie.js" global="true"/>
+                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/js/jquery.cookie-1.4.0.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/jsTree/jquery.jstree.js" global="true"/>
             </actions>
             <widgets>

Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java?rev=1559769&r1=1559768&r2=1559769&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java (original)
+++ ofbiz/trunk/framework/common/src/org/ofbiz/common/JsLanguageFileMappingCreator.java Mon Jan 20 16:27:09 2014
@@ -55,7 +55,7 @@ public class JsLanguageFileMappingCreato
 
         // setup some variables to locate the js files
         String componentRoot = "component://images/webapp";
-        String jqueryUiLocaleRelPath = "/images/jquery/ui/development-bundle/ui/i18n/";
+        String jqueryUiLocaleRelPath = "/images/jquery/ui/i18n/";
         String dateJsLocaleRelPath = "/images/jquery/plugins/datejs/";
         String validateRelPath = "/images/jquery/plugins/validate/localization/";
         String dateTimePickerJsLocaleRelPath = "/images/jquery/plugins/datetimepicker/localization/";
@@ -66,17 +66,15 @@ public class JsLanguageFileMappingCreato
         String jqueryUiLocalePrefix = "jquery.ui.datepicker-";
         String dateTimePickerPrefix = "jquery-ui-timepicker-";
         String defaultLocaleDateJs = "en-US";
-        String defaultLocaleJquery = "en";
+        String defaultLocaleJquery = "en"; // Beware to keep the OFBiz specific jquery.ui.datepicker-en.js file when upgrading...
 
         for (Locale locale : localeList) {
             String displayCountry = locale.toString();
             String modifiedDisplayCountry = null;
             String modifiedDisplayCountryForValidation = null;
-            String modifiedDisplayCountryForValidation2 = null;
-            if (displayCountry.indexOf('_') != -1) {
+            if (displayCountry.contains("_")) {
                 modifiedDisplayCountry = displayCountry.replace("_", "-");
-                modifiedDisplayCountryForValidation = displayCountry.replace("_", "").toLowerCase(); // fun: in validate plugin we have also ptpt and ptbr for instance...
-                modifiedDisplayCountryForValidation2 = displayCountry.substring(displayCountry.indexOf('_')+1).toLowerCase(); // weird, validate plugin treat zh_CN as cn (not zhcn) and zh_TW as tw (not zhtw)
+                modifiedDisplayCountryForValidation = displayCountry; // messages*.js use "_" not "-" as others
             } else {
                 modifiedDisplayCountry = displayCountry;
             }
@@ -102,8 +100,8 @@ public class JsLanguageFileMappingCreato
                 if (file.exists()) {
                     fileUrl = dateJsLocaleRelPath + dateJsLocalePrefix + tmpLocale + jsFilePostFix;
                 } else {
-                    // use default language en-US
-                    fileUrl = dateJsLocaleRelPath + dateJsLocalePrefix + defaultLocaleDateJs + jsFilePostFix;                    
+                    // use language en-US as fallback
+                    fileUrl = dateJsLocaleRelPath + dateJsLocalePrefix + defaultLocaleDateJs + jsFilePostFix;
                 }
             }
             dateJsLocaleFile.put(displayCountry, fileUrl);
@@ -111,28 +109,30 @@ public class JsLanguageFileMappingCreato
             /*
              * Try to open the jquery validation language file
              */
-            fileName = componentRoot + validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
-            file = FileUtil.getFile(fileName);
-
-            if (file.exists()) {
-                fileUrl = validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
-            } else {
-                // use default language en
-                fileUrl = validateRelPath + validateLocalePrefix + defaultLocaleJquery + jsFilePostFix;
-                // Try to guess a language (fun: in validate plugin we have also ptpt and ptbr for instance....)
-                if (modifiedDisplayCountryForValidation != null) {
-                    fileName = componentRoot + validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation + jsFilePostFix;
+            if (modifiedDisplayCountryForValidation != null) { // Try 1st lang_country
+                fileName = componentRoot + validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation + jsFilePostFix;
+                file = FileUtil.getFile(fileName);
+                if (file.exists()) {
+                    fileUrl = validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation + jsFilePostFix;
+                } else { // lang only
+                    fileName = componentRoot + validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
                     file = FileUtil.getFile(fileName);
                     if (file.exists()) {
-                        fileUrl = validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation + jsFilePostFix;
+                        fileUrl = validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
                     } else {
-                        fileName = componentRoot + validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation2 + jsFilePostFix;
-                        file = FileUtil.getFile(fileName);
-                        if (file.exists()) {
-                            fileUrl = validateRelPath + validateLocalePrefix + modifiedDisplayCountryForValidation2 + jsFilePostFix;
-                        }
+                        // use default language en as fallback
+                        fileUrl = validateRelPath + validateLocalePrefix + defaultLocaleJquery + jsFilePostFix;
                     }
                 }
+            } else { // Then try lang only
+                fileName = componentRoot + validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
+                file = FileUtil.getFile(fileName);
+                if (file.exists()) {
+                    fileUrl = validateRelPath + validateLocalePrefix + strippedLocale + jsFilePostFix;
+                } else {
+                    // use default language en as fallback
+                    fileUrl = validateRelPath + validateLocalePrefix + defaultLocaleJquery + jsFilePostFix;
+                }
             }
             validationLocaleFile.put(displayCountry, fileUrl);
 
@@ -151,7 +151,7 @@ public class JsLanguageFileMappingCreato
                 if (file.exists()) {
                     fileUrl = jqueryUiLocaleRelPath + jqueryUiLocalePrefix + modifiedDisplayCountry + jsFilePostFix;
                 } else {
-                    // use default language en
+                    // use default language en as fallback
                     fileUrl = jqueryUiLocaleRelPath + jqueryUiLocalePrefix + defaultLocaleJquery + jsFilePostFix;
                 }
             }
@@ -172,8 +172,8 @@ public class JsLanguageFileMappingCreato
                 if (file.exists()) {
                     fileUrl = dateTimePickerJsLocaleRelPath + dateTimePickerPrefix + modifiedDisplayCountry + jsFilePostFix;
                 } else {
-                    // use default language en
-                    fileUrl = dateTimePickerJsLocaleRelPath + dateTimePickerPrefix + defaultLocaleJquery + jsFilePostFix;                    
+                    // use default language en as fallback
+                    fileUrl = dateTimePickerJsLocaleRelPath + dateTimePickerPrefix + defaultLocaleJquery + jsFilePostFix;
                 }
             }
             dateTimePickerLocaleFile.put(displayCountry, fileUrl);
@@ -188,8 +188,7 @@ public class JsLanguageFileMappingCreato
         mapWrapper.put("validation", validationLocaleFile);
         mapWrapper.put("dateTime", dateTimePickerLocaleFile);
 
-        // some magic to create a new java file
-        // render it as FTL
+        // some magic to create a new java file: render it as FTL
         Writer writer = new StringWriter();
         try {
             FreeMarkerWorker.renderTemplateAtLocation(template, mapWrapper, writer);