diff options
author | Marko Grönroos <magi@iki.fi> | 2010-01-11 14:16:33 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2010-01-11 14:16:33 +0000 |
commit | 59d31a7a5b96d9d7dfb6c9e56cf92c3864031b12 (patch) | |
tree | 65df76cadc7bd0264ce616ccf6135a8a4bf9d39d /WebContent/VAADIN/readme.txt | |
parent | 01f3db6a300a7c36aafc9687aeeff27700caf2a1 (diff) | |
download | vaadin-framework-59d31a7a5b96d9d7dfb6c9e56cf92c3864031b12.tar.gz vaadin-framework-59d31a7a5b96d9d7dfb6c9e56cf92c3864031b12.zip |
Updated build scripts to build only one platform-independent package (#3811). Updated sample widgetset build script for GWT 2.0 (#3972). Also removed obsolete Mac DMG target.
svn changeset:10679/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/readme.txt')
-rw-r--r-- | WebContent/VAADIN/readme.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/VAADIN/readme.txt b/WebContent/VAADIN/readme.txt index 926bc01a9e..672862a35c 100644 --- a/WebContent/VAADIN/readme.txt +++ b/WebContent/VAADIN/readme.txt @@ -29,8 +29,7 @@ Vaadin Development When developing the Vaadin Library itself, change to "build" directory and run "ant widgetsets" to compile all widgetsets or "ant widgetset-default", "ant-widgetset-reserver", or "ant widgetset-colorpicker" to compile individual -widgetsets. You must have GWT installed under build/gwt, under the proper -platform directory. +widgetsets. You must have GWT installed under build/gwt. See http://dev.vaadin.com/wiki/DevDocs/StartingDevelopment for instructions for installing GWT and compiling widgetsets for Vaadin development. |