diff options
author | Leif Åstrand <legioth@gmail.com> | 2018-06-15 14:31:48 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-06-15 13:31:48 +0200 |
commit | 69e14c007ce44ef3b6ff28e6b1b389f6e61f8dd9 (patch) | |
tree | caa33ada94755346434d652ec13ddbb8807c74c5 /documentation | |
parent | e8521ae0ab2b7c9cc8e4d042aaf8864045a57b8e (diff) | |
download | vaadin-framework-69e14c007ce44ef3b6ff28e6b1b389f6e61f8dd9.tar.gz vaadin-framework-69e14c007ce44ef3b6ff28e6b1b389f6e61f8dd9.zip |
Clarify widgetset documentation (#10984)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/addons/addons-maven.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/addons/addons-maven.asciidoc b/documentation/addons/addons-maven.asciidoc index e70a34cdb4..60d60c53c8 100644 --- a/documentation/addons/addons-maven.asciidoc +++ b/documentation/addons/addons-maven.asciidoc @@ -78,14 +78,14 @@ image::img/directory-activate.png[width=50%, scaledwidth=70%] + For official Vaadin add-ons, see <<addons-cval#addons.cval, "Installing Commercial Vaadin Add-on License">> for more information. -. _In Vaadin 7.6 and older_: You need to compile the widget set as described in <<addons.maven.compiling>>. +. _In Vaadin 7.6 and older_: You need to configure the widget set as described in <<addons.maven.compiling>>. [[addons.maven.compiling]] -== Compiling the Application Widget Set +== Configuring the Application Widget Set [NOTE] ==== -The widget set is automatically compiled in Vaadin 7.7 and later. +The widget set is automatically configured in Vaadin 7.7 and later. The plugin will attempt to detect any add-ons that need the widget set to be compiled. Just note that it can take a bit time to compile. @@ -94,10 +94,10 @@ To speed up, instead of compiling it locally, you can also use a public cloud se See <<addons.maven.modes>> for instructions. ==== -In projects that use Vaadin 7.6 or older, you need to manually compile the widget set as follows. +In projects that use Vaadin 7.6 or older, you need to manually configure the widget set as follows. [[addons.maven.widgetset]] -=== Enabling Widget Set Compilation +=== Configuring Widget Set Compilation Compiling the widget set in Maven projects requires the Vaadin Maven plugin. It is included in Maven projects created with a current Vaadin archetype. |