diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-01-28 17:46:50 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-01-28 17:46:50 +0000 |
commit | 810017204ef10e2d5fbea15ed17b0c1e8a6b0daa (patch) | |
tree | 86dd95e68bddc78016f5eeab6687554ea79563a7 /WebContent/VAADIN/readme.txt | |
parent | 1e2a4afc96a7376b922b342224f8e2e4297385aa (diff) | |
download | vaadin-framework-810017204ef10e2d5fbea15ed17b0c1e8a6b0daa.tar.gz vaadin-framework-810017204ef10e2d5fbea15ed17b0c1e8a6b0daa.zip |
some preliminary drag and drop stuff
svn changeset:11052/svn branch:6.3_dd
Diffstat (limited to 'WebContent/VAADIN/readme.txt')
-rw-r--r-- | WebContent/VAADIN/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/readme.txt b/WebContent/VAADIN/readme.txt index 672862a35c..926bc01a9e 100644 --- a/WebContent/VAADIN/readme.txt +++ b/WebContent/VAADIN/readme.txt @@ -29,7 +29,8 @@ 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. +widgetsets. You must have GWT installed under build/gwt, under the proper +platform directory. See http://dev.vaadin.com/wiki/DevDocs/StartingDevelopment for instructions for installing GWT and compiling widgetsets for Vaadin development. |