Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Missing mkdir caused warning while compiling widgetset | Mikael Vappula | 2011-11-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added validation-api as a new dependency | Mikael Vappula | 2011-11-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | Transitively resolved thru gwt-user didn't fetch both classes and source correctly. | |||||
| * | | Introduced Ivy based dependency management | Mikael Vappula | 2011-11-24 | 3 | -77/+150 | |
| | | | ||||||
* | | | Include vaadinBootstrap.jar in the build results | Leif Åstrand | 2011-11-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | Include tests on the classpath again now that they can be compiled | Leif Åstrand | 2011-11-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-10 | 1 | -3/+2 | |
|\| | | ||||||
| * | | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 1 | -3/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into windowing | Leif Åstrand | 2011-11-08 | 7 | -1/+2 | |
|\| | | ||||||
| * | | Merge remote-tracking branch 'origin/6.8' into master | Leif Åstrand | 2011-11-08 | 7 | -1/+2 | |
| |\| | ||||||
| | * | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 6 | -0/+0 | |
| | | | | | | | | | | | | svn changeset:21944/svn branch:6.7 | |||||
| | * | Include c.v.terminal.gwt.server in the test coverage data | Leif Åstrand | 2011-11-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | svn changeset:21885/svn branch:6.7 | |||||
| | * | Don't fail if unable to clean up the deploy dir (should be taken care of by ↵ | Leif Åstrand | 2011-10-27 | 2 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | rm -rf run by cleanup.sh) svn changeset:21811/svn branch:6.7 | |||||
* | | | Don't compile the tests as they are not yet updated to use the new Root | Leif Åstrand | 2011-11-03 | 1 | -2/+2 | |
|/ / | ||||||
* | | Removed extra c from build number | Artur Signell | 2011-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Do not use special -noservlet versions of GWT JARs. | Henri Sara | 2011-11-01 | 1 | -4/+2 | |
| | | | | | | | | As Vaadin 7 uses Servlet API 2.4, special -noservlet versions of GWT JARs are not needed anymore. | |||||
* | | Do not exclude GWT JARs from classpath as it should contain servlet API | Henri Sara | 2011-10-31 | 1 | -2/+0 | |
| | | | | | | 2.4 | |||||
* | | Updated version to 7.0.0 | Artur Signell | 2011-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Updated GWT version to 2.4.0 | Henri Sara | 2011-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Removed Servlet 2.3 API check. No Servlet 2.5 API jar is included in the ↵ | Artur Signell | 2011-10-31 | 1 | -13/+1 | |
| | | | | | | | | project so we should be fine without this check. | |||||
* | | Removed Java 5 check | Artur Signell | 2011-10-31 | 1 | -1/+1 | |
|/ | ||||||
* | #7810 Server side test coverage reporting | Leif Åstrand | 2011-10-19 | 1 | -1/+99 | |
| | | | | svn changeset:21753/svn branch:6.7 | |||||
* | Upped VERSION | Jonatan Kronqvist | 2011-10-18 | 1 | -1/+1 | |
| | | | | svn changeset:21734/svn branch:6.7 | |||||
* | Moved the integration test sleep so that it isn't in effect if only running ↵ | Leif Åstrand | 2011-10-17 | 1 | -4/+5 | |
| | | | | | | the integration tests svn changeset:21718/svn branch:6.7 | |||||
* | Updated LATEST file path to point to minor LATEST | John Alhroos | 2011-10-05 | 1 | -1/+1 | |
| | | | | svn changeset:21570/svn branch:6.7 | |||||
* | Upped VERSION | Jonatan Kronqvist | 2011-10-04 | 1 | -1/+1 | |
| | | | | svn changeset:21559/svn branch:6.7 | |||||
* | Manually merged [21485]: do not exclude static resources from WAR as needed ↵ | Henri Sara | 2011-10-03 | 1 | -0/+2 | |
| | | | | | | by portal integration tests svn changeset:21486/svn branch:6.7 | |||||
* | Merged changes from 6.6 (#7692) | Henri Sara | 2011-09-30 | 1 | -6/+6 | |
| | | | | svn changeset:21470/svn branch:6.7 | |||||
* | Restructure test source directories and packages #7385 | Jonatan Kronqvist | 2011-09-29 | 1 | -203/+226 | |
| | | | | svn changeset:21440/svn branch:6.7 | |||||
* | Corrections to table column reordering styles. | Jouni Koivuviita | 2011-09-27 | 1 | -1/+5 | |
| | | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7 | |||||
* | #7485 Build script doesn't include resources for release-notes.html | Artur Signell | 2011-09-23 | 1 | -0/+8 | |
| | | | | svn changeset:21260/svn branch:6.7 | |||||
* | Correct initialization order to enable 6.7 custom build publishing to ↵ | Henri Sara | 2011-08-25 | 1 | -1/+2 | |
| | | | | | | internal snapshot repository svn changeset:20640/svn branch:6.7 | |||||
* | #7424 Replace gwt-version and version-minor automatically in release-notes.html | Artur Signell | 2011-08-23 | 1 | -0/+6 | |
| | | | | svn changeset:20592/svn branch:6.7 | |||||
* | #7435 Include license file in all JARs | Artur Signell | 2011-08-23 | 1 | -6/+3 | |
| | | | | svn changeset:20589/svn branch:6.7 | |||||
* | #7435 Updated build script to include license file from correct location | Artur Signell | 2011-08-23 | 1 | -6/+1 | |
| | | | | svn changeset:20569/svn branch:6.7 | |||||
* | IT Mill -> Vaadin Ltd | Artur Signell | 2011-08-23 | 1 | -1/+1 | |
| | | | | svn changeset:20566/svn branch:6.7 | |||||
* | Build target package-all builds also Liferay ZIP | Henri Sara | 2011-08-22 | 1 | -1/+1 | |
| | | | | svn changeset:20541/svn branch:6.7 | |||||
* | Merged file copying target to the WAR target in build.xml | Henri Sara | 2011-08-18 | 1 | -28/+20 | |
| | | | | svn changeset:20471/svn branch:6.7 | |||||
* | #7392 remove manual build from Vaadin 6.7 build | Henri Sara | 2011-08-18 | 2 | -101/+3 | |
| | | | | svn changeset:20468/svn branch:6.7 | |||||
* | #7381 Include licensing related files and release notes in JARs, removed an ↵ | Henri Sara | 2011-08-18 | 3 | -129/+41 | |
| | | | | | | obsolete readme.txt svn changeset:20464/svn branch:6.7 | |||||
* | #7381 Some build script cleanup, removed unnecessary files from test WAR | Henri Sara | 2011-08-18 | 3 | -38/+42 | |
| | | | | svn changeset:20452/svn branch:6.7 | |||||
* | #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR ↵ | Henri Sara | 2011-08-17 | 14 | -488/+86 | |
| | | | | | | nor ZIP; some cleanup (files that were in ZIP, build.xml) svn changeset:20444/svn branch:6.7 | |||||
* | #7392 split manual build out from core build script - first step | Henri Sara | 2011-08-16 | 2 | -63/+93 | |
| | | | | svn changeset:20397/svn branch:6.7 | |||||
* | It Mill -> Vaadin | Artur Signell | 2011-08-15 | 1 | -1/+1 | |
| | | | | svn changeset:20389/svn branch:6.7 | |||||
* | #7178 Fixed build.xml: launcher configuration must be included in the WAR | Henri Sara | 2011-08-13 | 1 | -2/+5 | |
| | | | | svn changeset:20369/svn branch:6.7 | |||||
* | #7178 fix in build script (removed reference to a non-existent directory) | Henri Sara | 2011-08-12 | 1 | -8/+0 | |
| | | | | svn changeset:20363/svn branch:6.7 | |||||
* | #7178 removed AddressBook, demo themes and many other demo related files | Henri Sara | 2011-08-12 | 2 | -65/+0 | |
| | | | | svn changeset:20359/svn branch:6.7 | |||||
* | #7178 New servlet integration test not using the address book demo, related ↵ | Henri Sara | 2011-08-12 | 1 | -0/+7 | |
| | | | | | | screenshots svn changeset:20342/svn branch:6.7 | |||||
* | Merged changes from 6.6 | Henri Sara | 2011-08-11 | 1 | -1/+1 | |
|\ | | | | | | | svn changeset:20279/svn branch:6.7 | |||||
| * | Remove extra .custom from custom build version number | Henri Sara | 2011-08-09 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:20190/svn branch:6.6 | |||||
| * | Allow specifying debug and error tolerance TestBench parameters as build ↵ | Artur Signell | 2011-07-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | script parameters svn changeset:19960/svn branch:6.6 |