diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-04-15 12:12:15 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-04-15 12:12:15 +0000 |
commit | 177ffe19adb272f841d543e6d1a178d59d363226 (patch) | |
tree | 272e1feb65f73767152a51833643b287d399fb99 /WebContent/WEB-INF/portlet.xml | |
parent | c0de886284de03c6b519989dc8bd76ec26e87f00 (diff) | |
download | vaadin-framework-177ffe19adb272f841d543e6d1a178d59d363226.tar.gz vaadin-framework-177ffe19adb272f841d543e6d1a178d59d363226.zip |
Portlet integration refactoring, ApplicationServlet changes.
svn changeset:4179/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index dc48102bc5..6edf435c80 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -7,7 +7,7 @@ <portlet>
<portlet-name>PortletDemoPortlet</portlet-name>
<display-name>IT Mill Toolkit PortletDemo</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>PortletDemo</value>
@@ -39,7 +39,7 @@ <portlet>
<portlet-name>FeatureBrowserPortlet</portlet-name>
<display-name>IT Mill Toolkit FeatureBrowser</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>FeatureBrowser</value>
@@ -71,7 +71,7 @@ <portlet>
<portlet-name>CalcPortlet</portlet-name>
<display-name>IT Mill Toolkit Calc</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>Calc</value>
|