diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-10 14:58:13 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-10 14:58:13 +0000 |
commit | 096f58eb7886466fdfee5c56218a6e30cf6ad93c (patch) | |
tree | b7f9cd823b911152d013285a5e66544bca78346a /WebContent/WEB-INF | |
parent | 19ae86af9b484bcccf4ec3aed3d43a136609c842 (diff) | |
download | vaadin-framework-096f58eb7886466fdfee5c56218a6e30cf6ad93c.tar.gz vaadin-framework-096f58eb7886466fdfee5c56218a6e30cf6ad93c.zip |
#7178 moved Liferay theme test portlet to com.vaadin.tests.integration
svn changeset:20277/svn branch:6.7
Diffstat (limited to 'WebContent/WEB-INF')
-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> |