diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-04-09 10:08:45 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-04-09 10:08:45 +0000 |
commit | 52ea97e792e287cf623dce14d784a014c747f687 (patch) | |
tree | 89f0ecb02be06c96d3e7b46e42857793399a57be /WebContent/WEB-INF/liferay-portlet.xml | |
parent | 99c8a9bd48a45ce60b616de581b28b8d8b8a2468 (diff) | |
download | vaadin-framework-52ea97e792e287cf623dce14d784a014c747f687.tar.gz vaadin-framework-52ea97e792e287cf623dce14d784a014c747f687.zip |
#4500 move Reservr outside Vaadin core
svn changeset:12426/svn branch:6.3
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 cff3366a41..f3c18e57d0 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>SimpleReserverPortlet</portlet-name> - <instanceable>true</instanceable> - <ajaxable>false</ajaxable> - </portlet> - <portlet> <portlet-name>SelectDemoPortlet</portlet-name> <instanceable>true</instanceable> <ajaxable>false</ajaxable> |