diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-04-15 09:16:32 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-04-15 09:16:32 +0000 |
commit | 671708d240a998f33b32c9759270312ff5c83697 (patch) | |
tree | 69789b3b21622661c5ad9212d440aa698e2ba0c5 /WebContent/WEB-INF/portlet.xml | |
parent | c95bf3d9ff40e79174536905450c9e62b4ef3eee (diff) | |
download | vaadin-framework-671708d240a998f33b32c9759270312ff5c83697.tar.gz vaadin-framework-671708d240a998f33b32c9759270312ff5c83697.zip |
Strange Liferay / Portlet problem fixed, intermediate commit.
svn changeset:4177/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index e0b00b5dae..dc48102bc5 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -5,9 +5,9 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
<portlet>
- <portlet-name>PortletDemo</portlet-name>
+ <portlet-name>PortletDemoPortlet</portlet-name>
<display-name>IT Mill Toolkit PortletDemo</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>PortletDemo</value>
@@ -37,9 +37,9 @@ </security-role-ref>
</portlet>
<portlet>
- <portlet-name>FeatureBrowser</portlet-name>
+ <portlet-name>FeatureBrowserPortlet</portlet-name>
<display-name>IT Mill Toolkit FeatureBrowser</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>FeatureBrowser</value>
@@ -69,9 +69,9 @@ </security-role-ref>
</portlet>
<portlet>
- <portlet-name>Calc</portlet-name>
+ <portlet-name>CalcPortlet</portlet-name>
<display-name>IT Mill Toolkit Calc</display-name>
- <portlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet</portlet-class>
+ <portlet-class>com.itmill.toolkit.terminal.gwt.server.ITMillApplicationPortlet</portlet-class>
<init-param>
<name>application</name>
<value>Calc</value>
|