diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-10 07:07:38 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-10 07:07:38 +0000 |
commit | 0ccf68886cca3638c6c8a8e7680267064fd0598b (patch) | |
tree | 5f974fb3a1bfd14dd0176492fbd2fd2a861f1708 /WebContent/WEB-INF/liferay-portlet.xml | |
parent | 35887c66f84f0ca4f0b5d5803f24bbcc32cca15a (diff) | |
download | vaadin-framework-0ccf68886cca3638c6c8a8e7680267064fd0598b.tar.gz vaadin-framework-0ccf68886cca3638c6c8a8e7680267064fd0598b.zip |
#7178 Removed most demos from web.xml and portlet configuration files
svn changeset:20247/svn branch:6.7
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index a2044a4c5c..2ed03113b6 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -8,11 +8,6 @@ <ajaxable>false</ajaxable> </portlet> <portlet> - <portlet-name>CalcPortlet</portlet-name> - <instanceable>true</instanceable> - <ajaxable>false</ajaxable> - </portlet> - <portlet> <portlet-name>Portlet Mode Example</portlet-name> <instanceable>true</instanceable> <ajaxable>false</ajaxable> |