diff options
author | Henri Sara <hesara@vaadin.com> | 2012-06-14 16:56:10 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-06-14 16:56:10 +0300 |
commit | 96b23eef54ab56b88ee9d8dd8e6f15a414c7ba11 (patch) | |
tree | 05c78d5c8198ac23f348923ae9ca4c4bd77838ae /build/GWT-VERSION.properties | |
parent | adcf03c1b5f05b38cda25819b732745c1a4859fc (diff) | |
download | vaadin-framework-96b23eef54ab56b88ee9d8dd8e6f15a414c7ba11.tar.gz vaadin-framework-96b23eef54ab56b88ee9d8dd8e6f15a414c7ba11.zip |
Integrate GWT build with Vaadin - first step.
Build vaadin.jar that contains the contents of gwt-user.jar, gwt-dev.jar
and gwt-codeserver.jar in addition to Vaadin itself.
The property gwt.root must be defined and point to a GWT trunk branch
check-out. The tools branch should be checked out in a directory next to
it.
Diffstat (limited to 'build/GWT-VERSION.properties')
-rw-r--r-- | build/GWT-VERSION.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/GWT-VERSION.properties b/build/GWT-VERSION.properties index 028ad8b4de..e5bb635e01 100644 --- a/build/GWT-VERSION.properties +++ b/build/GWT-VERSION.properties @@ -1,2 +1,2 @@ -gwt-version=2.4.0 +gwt-version=2.5.0 gwt-version-dependencies=validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar |