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 2013/11/04 13:03:34 UTC

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

Author: lofwyr
Date: Mon Nov  4 12:03:33 2013
New Revision: 1538570

URL: http://svn.apache.org/r1538570
Log:
TOBAGO-1340: Update jQuery to 1.10.2

Added:
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.10.2.js
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.10.2.min.js
Removed:
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.10.1.js
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.10.1.min.js
Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml?rev=1538570&r1=1538569&r2=1538570&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml Mon Nov  4 12:03:33 2013
@@ -363,13 +363,13 @@
         </renderer>
       </renderers>
       <resources production="true">
-        <script name="script/jquery-1.10.1.js"/>
+        <script name="script/jquery-1.10.2.js"/>
         <script name="script/jquery-ui-1.10.3.custom.js"/>
         <script name="script/tobago.js"/>
         <style name="style/style.css"/>
       </resources>
       <resources production="false">
-        <script name="script/jquery-1.10.1.js"/>
+        <script name="script/jquery-1.10.2.js"/>
         <script name="script/jquery-ui-1.10.3.custom.js"/>
         <script name="script/tobago.js"/>
         <script name="script/calendar.js"/>