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/liferay-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/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index d445af65a7..d863fdac60 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -4,17 +4,17 @@ <liferay-portlet-app>
<portlet>
- <portlet-name>PortletDemo</portlet-name>
+ <portlet-name>PortletDemoPortlet</portlet-name>
<instanceable>true</instanceable>
<ajaxable>false</ajaxable>
</portlet>
<portlet>
- <portlet-name>Calc</portlet-name>
+ <portlet-name>CalcPortlet</portlet-name>
<instanceable>true</instanceable>
<ajaxable>false</ajaxable>
</portlet>
<portlet>
- <portlet-name>FeatureBrowser</portlet-name>
+ <portlet-name>FeatureBrowserPortlet</portlet-name>
<instanceable>true</instanceable>
<ajaxable>false</ajaxable>
</portlet>
|