diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-11-26 10:49:51 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-11-26 10:49:51 +0000 |
commit | d6bbbb56cf00a989cfc83a79ddb90487a4a2f62d (patch) | |
tree | 4033012a1dac0030c1c443bf1a1cccf4782ede59 /WebContent/ITMILL | |
parent | 7c4f00e984f113610b7778d18ccc337a7816efcf (diff) | |
download | vaadin-framework-d6bbbb56cf00a989cfc83a79ddb90487a4a2f62d.tar.gz vaadin-framework-d6bbbb56cf00a989cfc83a79ddb90487a4a2f62d.zip |
readme.txt explains WebContent/ITMILL directory.
svn changeset:2960/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/ITMILL/readme.txt b/WebContent/ITMILL/readme.txt new file mode 100644 index 0000000000..d2df45b47e --- /dev/null +++ b/WebContent/ITMILL/readme.txt @@ -0,0 +1,10 @@ +WebContent/ITMILL contains Themes and Widgetsets. + +Themes may be edited freely, it contains static images, CSS +and layouts for Toolkit applications. + +Widgetsets is generated directory, we suggest that you do not edit it. +You can re-create widgetsets directory by running below command on top directory. +ant -f build-widgetsets.xml + +See buildwidgetsets.xml and colorpicker demo for more information regarding widgetsets.
\ No newline at end of file |