diff options
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index e74c43ddfa..0e3b8400b9 100644 --- a/build/build.xml +++ b/build/build.xml @@ -834,7 +834,7 @@ </copy> <java classname="com.vaadin.buildhelpers.PortletConfigurationGenerator" failonerror="yes" fork="yes" maxmemory="512m"> <arg value="${output-dir}/WebContent/WEB-INF" /> - <arg value="com.vaadin.demo.sampler.gwt.SamplerWidgetSet" /> + <arg value="com.vaadin.portal.gwt.PortalDefaultWidgetSet" /> <classpath> <pathelement location="build/buildhelpers/" /> </classpath> |