diff options
author | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-10 12:21:09 +0000 |
---|---|---|
committer | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-10 12:21:09 +0000 |
commit | f886f99171a9257abdeb0a8af986ae8516aca62b (patch) | |
tree | b5e38310191d2aa702fbb869f50fcec8dfe14e4b /WebContent/WEB-INF/liferay-display.xml | |
parent | 4023ac28e9047ec2495d0a96159383ef0e276dc0 (diff) | |
download | vaadin-framework-f886f99171a9257abdeb0a8af986ae8516aca62b.tar.gz vaadin-framework-f886f99171a9257abdeb0a8af986ae8516aca62b.zip |
Preliminary support for portlet events.
svn changeset:9708/svn branch:portlet_2.0
Diffstat (limited to 'WebContent/WEB-INF/liferay-display.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-display.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 288a4638c1..2981e08fd4 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -18,5 +18,6 @@ <portlet id="AddressBookPortlet" /> <portlet id="CalcPortlet"/> <portlet id="SamplerPortlet"/> + <portlet id="HelloWorldEventPortlet"/> </category> </display>
\ No newline at end of file |