summaryrefslogtreecommitdiffstats
path: root/client-compiler/ivy.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use more appropriate dependencies for Jetty (#13682)Artur Signell2014-05-131-1/+5
| | | | Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95
* Make SuperDevMode work again (#13682)Artur Signell2014-05-121-3/+4
| | | | | | | | VNotification now works without ApplicationConnection again. Dependencies needed by codeserver are now dependencies for client-compiler Error message now takes into account that devModeRedirect is enabled by default Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587
* Override the cssparser dependency from sass-compiler (#13532)Jonatan Kronqvist2014-04-031-1/+4
| | | | | | | | vaadin-sass-compiler depends on an older version of cssparser than the one used in client-compiler. This change overrides all sass-compiler provided cssparser deps with the newer version. Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
* Update commons-io to the same version in all modules (#13531)Jonatan Kronqvist2014-04-031-1/+1
| | | | | | Adds a commons-io.version property to the build.properties file Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-2/+2
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Exclude Jetty orbit which causes build issues (#12871)Artur Signell2014-01-291-2/+4
| | | | Change-Id: I06d1343dc25598e45c7a960c36fee2ef4869b651
* Use new client-compiler-deps (1.1.0) (#12871)Artur Signell2014-01-291-1/+1
| | | | Change-Id: I3036cb357a144edee56ec37870c9632b0cd90565
* Use ICU4J from Maven central (#13252)Artur Signell2014-01-271-0/+3
| | | | Change-Id: Id3837571a0fac020819c83e2bae17eda8ca51267
* Update nekohtml + xalan dependencies (#12871).Artur Signell2014-01-271-0/+9
| | | | | | | nekohtml 1.9.15 -> 1.9.19, now directly from Maven central xerces 2.9.1 -> 2.11.0, now directly from Maven central Change-Id: I7b9acd066f73ea546d46ce88065496c628ad5799
* Update httpcomponents dependencies (#12871).Artur Signell2014-01-221-0/+7
| | | | | | | | httpclient 4.1.2 -> 4.3.1, now directly from Maven central httpcore 4.1.2 -> 4.3, now directly from Maven central httpmime 4.1.2 -> 4.3.1, now directly from Maven central Change-Id: I0056993edc1e14262da7697ed550b70cc2ed79c9
* Update dependencies to match GWT master (#12871)Artur Signell2014-01-221-10/+12
| | | | | | | | | | | cssparser 0.9.5 -> 0.9.11 jetty 6.1.11 -> 8.1.12.v20130726 commons-codec 1.3 -> 1.8 commons-logging 1.1.1 -> 1.1.3 commons-io 2.2 -> 2.4 commons-lang 2.6 -> 3.1 Change-Id: Ie5f1b7d1c0b2e31533806640d9a5236e76787d2e
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-52/+54
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Updated client-compiler to depend on client-compiler-deps 1.0.2 #11879John Ahlroos2013-05-221-1/+1
| | | | Change-Id: I1c98c353314197047265d26a0464ab7cc9c79520
* Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-231-1/+1
| | | | Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
* Enabled closure compiler for default widget set (#9103)Artur Signell2013-04-151-1/+1
| | | | Change-Id: I3edc50f73635f4529fb25dec1466b8f1d5f5cba6
* Updated client compiler deps to 1.0.0 #11590John Ahlroos2013-04-121-1/+1
| | | | Change-Id: I362ee3e84b81c76e193aec2067d4d9f0b6558f7f
* Fixed typo in ivy configuration (#9851)Artur Signell2013-02-191-1/+1
| | | | Change-Id: I9aa90a523c16b7974c39fbe014140ba5fe64cd5e
* Use client-compiler-deps instead of bundling files (#9851)Artur Signell2013-02-141-49/+54
| | | | Change-Id: I186df2c8d4e51fc0e58892113278583ec37582c5
* SassLinker for (public folder) Sass support in plain GWT, fixes #10202Marc Englund2012-12-141-0/+2
| | | | | | Originally by Michael Vogt (+ added log message, moved) Change-Id: I565207b4fa5223f470e1e5bbdc196d4c343a8142
* Added build conf to make deps non-optional in pom.xml (#9852)Artur Signell2012-10-091-10/+15
| | | | Change-Id: I99fc667a65b39e2ac58351a312f2570e371ee421
* Declared dependencies for jars found in Maven (#9852)Artur Signell2012-10-041-0/+16
| | | | Change-Id: I0cc40f7c10c1dc6a1dcaff48e86d04079c1f70ae
* Moved validation dependency and hack to client (#9551)Artur Signell2012-09-121-3/+0
|
* Moved validation dependency to compiler (#9299)Artur Signell2012-09-091-2/+4
|
* Added missing dependencies (#9299)Artur Signell2012-09-091-0/+2
|
* Snapshot deployment to Maven now works (#9299)Artur Signell2012-09-091-3/+6
|
* Build javadoc and sources jars (#9299)Artur Signell2012-09-091-5/+8
|
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-2/+3
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-1/+1
|
* Module for compiled client side (#9299)Artur Signell2012-09-091-0/+0
|
* Added build-provided to make build work againArtur Signell2012-09-091-0/+1
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+25