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-display.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-display.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-display.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 8ba4a93f7f..c0a3308aa3 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -3,8 +3,8 @@ <display>
<category name="IT Mill Toolkit">
- <portlet id="PortletDemo" />
- <portlet id="Calc" />
- <portlet id="FeatureBrowser" />
+ <portlet id="PortletDemoPortlet" />
+ <portlet id="CalcPortlet" />
+ <portlet id="FeatureBrowserPortlet" />
</category>
</display>
\ No newline at end of file |