diff options
author | Denis <denis@vaadin.com> | 2016-12-19 18:47:33 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-19 18:47:33 +0200 |
commit | d8270e50e171dc6e1afb964943e9f40ee592a758 (patch) | |
tree | fb5188c8315e7351520adb1ff7f6d79be086ed21 | |
parent | d51e48649f71d4476481f6c67291805c20cc339f (diff) | |
download | vaadin-framework-d8270e50e171dc6e1afb964943e9f40ee592a758.tar.gz vaadin-framework-d8270e50e171dc6e1afb964943e9f40ee592a758.zip |
Fix portal section in the docs. (#8048)
* Update portal sections (outdated message).
-rw-r--r-- | documentation/portal/portal-eclipse.asciidoc | 2 | ||||
-rw-r--r-- | documentation/portal/portal-liferay.asciidoc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/documentation/portal/portal-eclipse.asciidoc b/documentation/portal/portal-eclipse.asciidoc index 32d50e5a9d..9c7843d55e 100644 --- a/documentation/portal/portal-eclipse.asciidoc +++ b/documentation/portal/portal-eclipse.asciidoc @@ -7,6 +7,8 @@ layout: page [[portal.eclipse]] = Creating a Generic Portlet in Eclipse +*_This section has not yet been updated for Vaadin Framework 8._* + Here we describe the creation of a generic portlet project in Eclipse. You can use the Maven archetypes also in other IDEs or without an IDE. diff --git a/documentation/portal/portal-liferay.asciidoc b/documentation/portal/portal-liferay.asciidoc index 3cb0339872..dd4ea7d14d 100644 --- a/documentation/portal/portal-liferay.asciidoc +++ b/documentation/portal/portal-liferay.asciidoc @@ -7,6 +7,8 @@ layout: page [[portal.liferay]] = Developing Vaadin Portlets for Liferay +*_This section has not yet been updated for Vaadin Framework 8._* + A Vaadin portlet requires resources such as the server-side Vaadin libraries, a theme, and a widget set. You have two basic ways to deploy these: either globally in Liferay, so that the resources are shared between all Vaadin |