diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-05 06:40:19 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-05 06:40:19 +0000 |
commit | 60711703eb6cfc4f565f2a36c4f054e0d03e6427 (patch) | |
tree | 427da735a8e9ec8dc130b9b7d591adf839dc7b0e /WebContent/WEB-INF | |
parent | bc062c91bae302b8533f19aab2aa34f8a74af9d8 (diff) | |
download | vaadin-framework-60711703eb6cfc4f565f2a36c4f054e0d03e6427.tar.gz vaadin-framework-60711703eb6cfc4f565f2a36c4f054e0d03e6427.zip |
Liferay theme demo not instanceable, related test updates
svn changeset:20124/svn branch:6.7
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index d74d8fc916..a2044a4c5c 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -29,7 +29,7 @@ </portlet> <portlet> <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> - <instanceable>true</instanceable> + <instanceable>false</instanceable> <ajaxable>false</ajaxable> </portlet> |