You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/11/19 20:42:11 UTC

[4/4] git commit: TAP5-2227: Update Less4J to version 1.2.1 for compatibility with Bootstrap 3.0.2

TAP5-2227: Update Less4J to version 1.2.1 for compatibility with Bootstrap 3.0.2


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b9c756cd
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b9c756cd
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b9c756cd

Branch: refs/heads/master
Commit: b9c756cd58f79e9c99cb766d8fdaae2ddf36827b
Parents: 7030ba2
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Nov 19 11:42:00 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Nov 19 11:42:00 2013 -0800

----------------------------------------------------------------------
 tapestry-webresources/build.gradle              |   2 +-
 .../fonts/glyphicons-halflings-regular.eot      | Bin 14079 -> 20290 bytes
 .../fonts/glyphicons-halflings-regular.svg      | 399 ++++++++++---------
 .../fonts/glyphicons-halflings-regular.ttf      | Bin 29512 -> 41236 bytes
 .../fonts/glyphicons-halflings-regular.woff     | Bin 16448 -> 23292 bytes
 .../src/test/webapp/bootstrap/js/affix.js       |   8 +-
 .../src/test/webapp/bootstrap/js/alert.js       |   6 +-
 .../src/test/webapp/bootstrap/js/button.js      |   6 +-
 .../src/test/webapp/bootstrap/js/carousel.js    |   8 +-
 .../src/test/webapp/bootstrap/js/collapse.js    |   8 +-
 .../src/test/webapp/bootstrap/js/dropdown.js    |   8 +-
 .../src/test/webapp/bootstrap/js/modal.js       |   8 +-
 .../src/test/webapp/bootstrap/js/popover.js     |   8 +-
 .../src/test/webapp/bootstrap/js/scrollspy.js   |   8 +-
 .../src/test/webapp/bootstrap/js/tab.js         |  10 +-
 .../src/test/webapp/bootstrap/js/tooltip.js     |   8 +-
 .../src/test/webapp/bootstrap/js/transition.js  |   6 +-
 .../src/test/webapp/bootstrap/less/alerts.less  |   2 +-
 .../test/webapp/bootstrap/less/bootstrap.less   |  10 -
 .../test/webapp/bootstrap/less/breadcrumbs.less |   4 +-
 .../webapp/bootstrap/less/button-groups.less    |   7 +-
 .../src/test/webapp/bootstrap/less/buttons.less |   6 +-
 .../test/webapp/bootstrap/less/carousel.less    |  42 +-
 .../src/test/webapp/bootstrap/less/code.less    |  13 +-
 .../test/webapp/bootstrap/less/dropdowns.less   |   3 +-
 .../src/test/webapp/bootstrap/less/forms.less   |  31 +-
 .../test/webapp/bootstrap/less/glyphicons.less  |  27 +-
 .../src/test/webapp/bootstrap/less/grid.less    | 317 ++-------------
 .../webapp/bootstrap/less/input-groups.less     |   9 +
 .../test/webapp/bootstrap/less/jumbotron.less   |   4 +-
 .../test/webapp/bootstrap/less/list-group.less  |  24 +-
 .../src/test/webapp/bootstrap/less/mixins.less  | 193 +++++++--
 .../src/test/webapp/bootstrap/less/modals.less  |  13 +-
 .../src/test/webapp/bootstrap/less/navbar.less  |  17 +-
 .../src/test/webapp/bootstrap/less/navs.less    |  73 +++-
 .../test/webapp/bootstrap/less/normalize.less   |  22 +-
 .../test/webapp/bootstrap/less/pagination.less  |   2 +
 .../src/test/webapp/bootstrap/less/panels.less  |  38 +-
 .../src/test/webapp/bootstrap/less/print.less   |   7 +-
 .../webapp/bootstrap/less/progress-bars.less    |  11 +-
 .../bootstrap/less/responsive-utilities.less    | 125 +++---
 .../test/webapp/bootstrap/less/scaffolding.less |  13 +-
 .../src/test/webapp/bootstrap/less/tables.less  |  80 ++--
 .../src/test/webapp/bootstrap/less/theme.less   |  49 ++-
 .../test/webapp/bootstrap/less/thumbnails.less  |  29 +-
 .../src/test/webapp/bootstrap/less/tooltip.less |  16 +-
 .../src/test/webapp/bootstrap/less/type.less    | 101 +++--
 .../test/webapp/bootstrap/less/utilities.less   |  16 +-
 .../test/webapp/bootstrap/less/variables.less   |  95 +++--
 49 files changed, 970 insertions(+), 922 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b9c756cd/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index a095aa9..6494ff6 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,7 +2,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.2.0"
+    compile "com.github.sommeri:less4j:1.2.1"
     compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b9c756cd/tapestry-webresources/src/test/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot
----------------------------------------------------------------------
diff --git a/tapestry-webresources/src/test/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot b/tapestry-webresources/src/test/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot
index 87eaa43..423bd5d 100755
Binary files a/tapestry-webresources/src/test/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot and b/tapestry-webresources/src/test/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot differ