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/06/04 16:20:46 UTC

svn commit: r1489454 [1/3] - in /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources: META-INF/ org/apache/myfaces/tobago/renderkit/html/standard/standard/script/

Author: lofwyr
Date: Tue Jun  4 14:20:45 2013
New Revision: 1489454

URL: http://svn.apache.org/r1489454
Log:
TOBAGO-1177: Update jQuery to 1.10.1

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

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml?rev=1489454&r1=1489453&r2=1489454&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml Tue Jun  4 14:20:45 2013
@@ -364,10 +364,7 @@
         </renderer>
       </renderers>
       <resources production="true">
-        <script name="script/jquery-1.8.2.js"/>
-<!--
-        <script name="script/jquery-1.10.0.js"/>
--->
+        <script name="script/jquery-1.10.1.js"/>
         <script name="script/jquery-ui-1.10.3.custom.js"/>
         <script name="script/tobago.js"/>
         <style name="style/tobago.css"/>
@@ -375,10 +372,7 @@
         <style name="style/style.css"/>
       </resources>
       <resources production="false">
-        <script name="script/jquery-1.8.2.js"/>
-<!--
-        <script name="script/jquery-1.10.0.js"/>
--->
+        <script name="script/jquery-1.10.1.js"/>
         <script name="script/jquery-ui-1.10.3.custom.js"/>
         <script name="script/tobago.js"/>
         <script name="script/tobago-calendar.js"/>