summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/portlet.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2010-04-09 10:08:45 +0000
committerHenri Sara <henri.sara@itmill.com>2010-04-09 10:08:45 +0000
commit52ea97e792e287cf623dce14d784a014c747f687 (patch)
tree89f0ecb02be06c96d3e7b46e42857793399a57be /WebContent/WEB-INF/portlet.xml
parent99c8a9bd48a45ce60b616de581b28b8d8b8a2468 (diff)
downloadvaadin-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/portlet.xml')
-rw-r--r--WebContent/WEB-INF/portlet.xml48
1 files changed, 4 insertions, 44 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml
index 6cd7f70a48..265c3b3869 100644
--- a/WebContent/WEB-INF/portlet.xml
+++ b/WebContent/WEB-INF/portlet.xml
@@ -14,7 +14,7 @@
<init-param>
<name>widgetset</name>
- <value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value>
+ <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
@@ -41,46 +41,6 @@
</security-role-ref>
</portlet>
<portlet>
- <portlet-name>SimpleReserverPortlet</portlet-name>
- <display-name>Vaadin SimpleReserver</display-name>
- <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
- <init-param>
- <name>application</name>
- <value>SimpleReserver</value>
- </init-param>
- <init-param>
- <name>style</name>
- <value>height:400px</value>
- </init-param>
- <init-param>
- <name>widgetset</name>
- <value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value>
- </init-param>
- <supports>
- <mime-type>text/html</mime-type>
- <portlet-mode>view</portlet-mode>
- <portlet-mode>edit</portlet-mode>
- <portlet-mode>help</portlet-mode>
- </supports>
- <portlet-info>
- <title>SimpleReserver</title>
- <short-title>SimpleReserver</short-title>
- </portlet-info>
-
- <security-role-ref>
- <role-name>administrator</role-name>
- </security-role-ref>
- <security-role-ref>
- <role-name>guest</role-name>
- </security-role-ref>
- <security-role-ref>
- <role-name>power-user</role-name>
- </security-role-ref>
- <security-role-ref>
- <role-name>user</role-name>
- </security-role-ref>
- </portlet>
- <portlet>
<portlet-name>FeatureBrowserPortlet</portlet-name>
<display-name>Vaadin FeatureBrowser</display-name>
<portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class>
@@ -94,7 +54,7 @@
</init-param>
<init-param>
<name>widgetset</name>
- <value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value>
+ <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
@@ -295,7 +255,7 @@
<init-param>
<name>widgetset</name>
- <value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value>
+ <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
@@ -335,7 +295,7 @@
</init-param>
<init-param>
<name>widgetset</name>
- <value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value>
+ <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>