diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 16:16:41 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 16:16:41 +0000 |
commit | 40c65cf063651a686855b5e99a6b7821f841d195 (patch) | |
tree | aae8c848fe7db2110b8db59705a070c5563a1792 | |
parent | 79fb10d68965ec255b47cc92b2ef14f8f79c1b08 (diff) | |
download | vaadin-framework-40c65cf063651a686855b5e99a6b7821f841d195.tar.gz vaadin-framework-40c65cf063651a686855b5e99a6b7821f841d195.zip |
reverting changes committed by accident after epic eclipse/subclicpse fail
svn changeset:11727/svn branch:6.3
-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. |