diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-31 13:54:26 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:04 +0300 |
commit | d8a5f96b36946ed315dcf48cc32701e0435bdfaa (patch) | |
tree | f7fcf075a47430a9f45cfda652d91f576e32c98c /WebContent/VAADIN | |
parent | eef56b04b46c6ad202beef58c342dbb5ea0e4f5d (diff) | |
download | vaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.tar.gz vaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.zip |
Support running JUnit tests (#9299)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/readme.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/WebContent/VAADIN/readme.txt b/WebContent/VAADIN/readme.txt index 6d1f907fd0..0ab7742490 100644 --- a/WebContent/VAADIN/readme.txt +++ b/WebContent/VAADIN/readme.txt @@ -11,25 +11,5 @@ Themes Themes may be edited freely. They contain static images, CSS, and layouts for Vaadin applications. ---------------------------- -Building Custom Widget Sets ---------------------------- -The 'widgetsets' directory is generated automatically, so we suggest that you -do not edit it. You can rebuild the widgetsets directory by running the -command below in the top project directory: - - ant -f build-widgetsets.xml - -See build-widgetsets.xml and the Reference Manual for more information -regarding widget sets. - ---------------------------- -Vaadin Development ---------------------------- -When developing the Vaadin Library itself, change to "build" directory and -run "ant widgetsets" to compile all widgetsets or "ant widgetset-default", -or "ant widgetset-colorpicker" etc. to compile individual 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. |