summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Correct module name and version in ivy-ide.xmlHenri Sara2012-12-091-2/+2
| | | | Change-Id: Ief3b62e3c4c23fdab6ab622c2623988ddd99fc6a
* Change classpath order to enable monkey patching the GWT compilerLeif Åstrand2012-12-041-2/+2
| | | | Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced
* Removed scripts no longer relevant for Vaadin 7/GitArtur Signell2012-10-255-1105/+0
| | | | Change-Id: I01bc811775d654fdba38eba8c3d0507c22e0f7f1
* Moved ide.xml dependencies to separate fileArtur Signell2012-09-122-5/+25
|
* Include jexl on classpathLeif Åstrand2012-09-121-0/+2
|
* Include uitest sources to enable compiling TestingWidgetSetLeif Åstrand2012-09-111-0/+1
|
* Define a version to avoid compilation problems (#9528)Artur Signell2012-09-101-0/+3
|
* Removed files which are no longer needed (#9299)Artur Signell2012-09-1019-2240/+0
|
* Use build/classes and bin to be more compatible (#9299)Artur Signell2012-09-101-2/+2
|
* Find compiled classes from default Eclipse locationLeif Åstrand2012-09-101-2/+3
| | | Also set a value default to the work.dir property
* Fixed output directoryArtur Signell2012-09-091-1/+1
|
* Fixed refactoring problem and added missing dependencyArtur Signell2012-09-091-1/+5
|
* File for compiling widgetset/theme in Eclipse (#9299)Artur Signell2012-09-091-0/+91
|
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-091-4/+0
| | | | Server is now launched using jetty-runner instead of a custom DemoLauncher
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-094-404/+1
|
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-071-44/+44
|
* Added Git Revision to GWT version fileJohn Ahlroos2012-09-031-1/+10
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-7/+7
|
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-301-4/+4
|
* Moved client side tests from tests/client-side to client/tests/srcArtur Signell2012-08-301-4/+4
|
* Moved tests/sass to sass/tests (#9299)Artur Signell2012-08-301-3/+3
|
* Make theme building work againLeif Åstrand2012-08-301-2/+1
|
* Applied patch fixing #9347 (mixin w/ args + nested blocks), includes testMarc Englund2012-08-291-0/+6
|
* Use Vaadin version number as GWT version numberJohn Ahlroos2012-08-291-1/+1
|
* Use Vaadin version number as GWT version numberJohn Ahlroos2012-08-291-1/+1
|
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵Artur Signell2012-08-291-1/+1
| | | | com.vaadin.server.widgetsetutils (#9431)
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-5/+5
|
* GWT build version is now replaced with GWT-VAADIN build version.John Ahlroos2012-08-231-3/+11
|
* Merged 6.8 branchJohn Ahlroos2012-08-202-1/+2
|\
| * Include statictestfiles in test warArtur Signell2012-08-111-0/+1
| | | | | | | | svn changeset:24151/svn branch:6.8
| * Use latest 6.8 version for diffArtur Signell2012-08-071-1/+1
| | | | | | | | svn changeset:24100/svn branch:6.8
* | Include shared classes on test classpath (#9299)Artur Signell2012-08-161-3/+4
| |
* | Include client compiler in jar for now (#9299)Artur Signell2012-08-161-0/+2
| |
* | Use JarJar from Ivy (#9299)Artur Signell2012-08-163-6/+7
| |
* | Ensure client-compiler is compiled before compiling widgetsets in nightly ↵Artur Signell2012-08-161-2/+2
| | | | | | | | (#9299)
* | Fixed compilation of testing widgetsetArtur Signell2012-08-151-4/+5
| |
* | Ensure client-compiler is compiled before compiling widgetsets (#9299)Artur Signell2012-08-151-2/+2
| |
* | Made tests compile again (#9299)Artur Signell2012-08-152-47/+42
| |
* | Fixed sass compile path (#9299)Artur Signell2012-08-141-1/+8
| |
* | Fixed widgetset compilation (#9299)Artur Signell2012-08-141-49/+148
| |
* | Disabled Emma to avoid extra complexity in build (#9305, #9299)Artur Signell2012-08-141-75/+0
| |
* | Moved server files to a server src folder (#9299)Artur Signell2012-08-131-2/+2
| |
* | Moved client files to a client src folder (#9299)Artur Signell2012-08-131-0/+6
| |
* | Moved com.vaadin.shared files to a shared src folder (#9299)Artur Signell2012-08-131-0/+6
| |
* | Merge SASS fixes keeping comments, remove hack for reindeer (#9223)Henri Sara2012-08-101-17/+0
| |
* | Remove SASS test suites and rename TestBase to AbstractTestBase (#9223)Henri Sara2012-08-091-1/+1
| | | | | | | | Vaadin build script now ignores AbstractTestBase and executes each test individually.
* | Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-150/+56
| | | | | | | | | | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* | Compile and unit test SASS during build (#9223)Henri Sara2012-08-082-20/+112
| |
* | Make clean-all purge gwt-unitCacheLeif Åstrand2012-08-061-0/+1
| |
* | Upgrade build.xml for Java 1.6Leif Åstrand2012-07-313-9/+47
| |