summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRisto Yrjänä <ripla@users.noreply.github.com>2018-12-12 15:41:31 +0200
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-12-12 15:41:31 +0200
commit45451073e2b78d8f93406fd1760f09736df7d1fa (patch)
tree4ad4eeee1c334c4e9e5501db8aef12f298f4af49 /documentation
parentab0b1340864a42898129027a1b7a4dd5c9bb6cbd (diff)
downloadvaadin-framework-45451073e2b78d8f93406fd1760f09736df7d1fa.tar.gz
vaadin-framework-45451073e2b78d8f93406fd1760f09736df7d1fa.zip
Remove outdated Designer license instructions (#11366)
The instructions for applying the license in Designer are wrong and outdated. Remove them.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/addons/addons-cval.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/addons/addons-cval.asciidoc b/documentation/addons/addons-cval.asciidoc
index 6bcc5706c1..104d13d7cc 100644
--- a/documentation/addons/addons-cval.asciidoc
+++ b/documentation/addons/addons-cval.asciidoc
@@ -61,7 +61,7 @@ usually with a [literal]#++-D++# option. For example, on the command-line:
[prompt]#$# [command]#java# -Dvaadin.[replaceable]##<product>##.developer.license=[replaceable]#L1cen5e-c0de# ...
----
-where the [literal]`<product>` is the product ID, such as `charts`, `spreadsheet`, `designer`, or `testbench`.
+where the [literal]`<product>` is the product ID, such as `charts`, `spreadsheet`, or `testbench`.
[[addons.cval.systemproperty.environments]]
=== Passing License Key in Different Environments
@@ -104,7 +104,7 @@ Apache Maven:: If building the project with Apache Maven, you can pass the licen
[prompt]#$# [command]#mvn# -Dvaadin.[replaceable]##&lt;product&gt;##.developer.license=[replaceable]##L1cen5e-c0de## package
----
+
-where the [literal]`<product>` is the product ID, such as `charts`, `spreadsheet`, `designer`, or `testbench`.
+where the [literal]`<product>` is the product ID, such as `charts`, `spreadsheet`, or `testbench`.
Continuous Integration Systems:: In CIS systems, you can pass the license key to build runners as a system
property in the build configuration. However, this only passes it to a runner.