diff options
author | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-03 09:45:56 +0000 |
---|---|---|
committer | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-03 09:45:56 +0000 |
commit | 1101a2f9e45bdacb51425950c05b805f54586375 (patch) | |
tree | 5d9e869f7ca53bc7390070e99b5fb86d1864e5d3 /WebContent/WEB-INF/liferay-display.xml | |
parent | b47a8d3e858fd90e0252ceb0c01adbe43073a46a (diff) | |
download | vaadin-framework-1101a2f9e45bdacb51425950c05b805f54586375.tar.gz vaadin-framework-1101a2f9e45bdacb51425950c05b805f54586375.zip |
Now the Calc application works on Liferay.
svn changeset:9600/svn branch:portlet_2.0
Diffstat (limited to 'WebContent/WEB-INF/liferay-display.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-display.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index f5bbc414f2..73e43478ef 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -14,6 +14,8 @@ <portlet id="NotificationDemoPortlet" /> <portlet id="ChatServletPortlet" /> <portlet id="BrowserDemoPortlet" /> - + <portlet id="HelloWorldPortlet" /> + <portlet id="AddressBookPortlet" /> + <portlet id="CalcPortlet"/> </category> </display>
\ No newline at end of file |