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/08/11 11:09:21 UTC

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

Author: lofwyr
Date: Thu Aug 11 11:09:21 2016
New Revision: 1755936

URL: http://svn.apache.org/viewvc?rev=1755936&view=rev
Log:
TOBAGO-1588: Update Bootstrap to 4.0.0 alpha 3 (from alpha 2) and jQuery to 2.2.4 (from 2.2.0)
* jQuery

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.4.js
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.4.min.js
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.4.min.map
Removed:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.0.js
    myfaces/tobago/trunk/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/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/jquery-2.2.0.min.map
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=1755936&r1=1755935&r2=1755936&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 Thu Aug 11 11:09:21 2016
@@ -383,7 +383,7 @@
         </renderer>
       </renderers>
       <resources production="true">
-        <script name="jquery/jquery-2.2.0.js"/>
+        <script name="jquery/jquery-2.2.4.js"/>
         <script name="script/contrib/jquery-ui-1.10.4.custom.js"/>
         <script name="tether/1.1.1/js/tether.js"/>
         <script name="bootstrap/4.0.0-alpha.3/js/bootstrap.js"/>
@@ -398,7 +398,7 @@
         <style name="bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.css"/>
       </resources>
       <resources production="false">
-        <script name="jquery/jquery-2.2.0.js"/>
+        <script name="jquery/jquery-2.2.4.js"/>
         <script name="script/contrib/jquery-ui-1.10.4.custom.js"/>
         <script name="tether/1.1.1/js/tether.js"/>
         <script name="bootstrap/4.0.0-alpha.3/js/bootstrap.js"/>