You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/04/23 18:28:12 UTC

svn commit: r1096176 [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/ org/apache/myfaces/tobago/renderkit/html/standard/standard/script/...

Author: bommel
Date: Sat Apr 23 16:28:11 2011
New Revision: 1096176

URL: http://svn.apache.org/viewvc?rev=1096176&view=rev
Log:
(TOBAGO-991) Update jQuery to 1.5.2

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.5.2.js
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/jquery-1.5.2.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_4_2/
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=1096176&r1=1096175&r2=1096176&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 Sat Apr 23 16:28:11 2011
@@ -313,12 +313,12 @@
         </renderer>
       </renderers>
       <resources production="true">
-        <script name="script/jquery/1_4_2/jquery.js"/>
+        <script name="script/jquery-1.5.2.js"/>
         <script name="script/tobago.js"/>
         <style name="style/style.css"/>
       </resources>
       <resources production="false">
-        <script name="script/jquery/1_4_2/jquery.js"/>
+        <script name="script/jquery-1.5.2.js"/>
         <script name="script/tobago.js"/>
         <script name="script/calendar.js"/>
         <script name="script/dateConverter.js"/>