diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 5d333da67e..18f7a10490 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -86,7 +86,7 @@ <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> <init-param> <name>application</name> - <value>com.vaadin.demo.themes.LiferayThemeDemo</value> + <value>com.vaadin.tests.integration.LiferayThemeDemo</value> </init-param> <supports> |