diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-05-12 11:12:45 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-05-12 11:12:45 +0000 |
commit | e14bcef7f580a6e85c85665cd633105288c8f9c5 (patch) | |
tree | b4c92e97bd78c98e3cd81ab76b5a42513009ac8b /WebContent/VAADIN/readme.txt | |
parent | e0c9e338d7e575d29c19a391854f6539bd30b10d (diff) | |
download | vaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.tar.gz vaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.zip |
Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)
svn changeset:7762/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/readme.txt')
-rw-r--r-- | WebContent/VAADIN/readme.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/WebContent/VAADIN/readme.txt b/WebContent/VAADIN/readme.txt new file mode 100644 index 0000000000..4e4d0030aa --- /dev/null +++ b/WebContent/VAADIN/readme.txt @@ -0,0 +1,36 @@ +====================== +Themes and Widget Sets +====================== + +The WebContent/ITMILL directory contains Themes and Widgetsets. + +------ +Themes +------ + +Themes may be edited freely. They contain static images, CSS, +and layouts for Toolkit 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, com.vaadin.demo.colorpicker package, and the +Reference Manual for more information regarding widget sets. + +--------------------------- +IT Mill Toolkit Development +--------------------------- +When developing the IT Mill Toolkit 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. + +See http://dev.itmill.com/wiki/DevDocs/StartingDevelopment for instructions for +installing GWT and compiling widgetsets for Toolkit development. |