You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/01/20 17:09:51 UTC

svn commit: r1725745 [1/3] - in /myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources: META-INF/ org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/ org/apache/myfaces/tobago/renderkit/html/standard/...

Author: lofwyr
Date: Wed Jan 20 16:09:51 2016
New Revision: 1725745

URL: http://svn.apache.org/viewvc?rev=1725745&view=rev
Log:
TOBAGO-1518: Migrate to jQuery 2
- using version 2.2.0

Added:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.0.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.0.min.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.0.min.map
Removed:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/contrib/jquery-1.11.1.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/contrib/jquery-1.11.1.min.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/contrib/jquery-1.11.1.min.map
Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml?rev=1725745&r1=1725744&r2=1725745&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml Wed Jan 20 16:09:51 2016
@@ -392,7 +392,7 @@
         </renderer>
       </renderers>
       <resources production="true">
-        <script name="script/contrib/jquery-1.11.1.js"/>
+        <script name="jquery/jquery-2.2.0.js"/>
         <script name="script/contrib/jquery-ui-1.10.4.custom.js"/>
         <script name="script/contrib/jquery-ui-timepicker-addon-1.4.5.js"/>
         <script name="bootstrap/4.0.0-alpha.2/js/bootstrap.js"/>
@@ -405,7 +405,7 @@
         <style name="style/tobago.css"/>
       </resources>
       <resources production="false">
-        <script name="script/contrib/jquery-1.11.1.js"/>
+        <script name="jquery/jquery-2.2.0.js"/>
         <script name="script/contrib/jquery-ui-1.10.4.custom.js"/>
         <script name="script/contrib/jquery-ui-timepicker-addon-1.4.5.js"/>
         <script name="bootstrap/4.0.0-alpha.2/js/bootstrap.js"/>