Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Jonatan Kronqvist 30a10c6e93 Fixes for issues found during review of #6720 vor 13 Jahren
..
themes Fixes for issues found during review of #6720 vor 13 Jahren
readme.txt #7178 Removed some references to demo classes from Vaadin 6.7 (unit tests etc.) vor 13 Jahren

readme.txt

======================
Themes and Widget Sets
======================

The WebContent/VAADIN directory contains Themes and Widgetsets.

------
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.