]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed one of the portlets to use the new ApplicationPortlet2 class.
authorPetter Holmström <petter.holmstrom@itmill.com>
Wed, 28 Oct 2009 10:00:59 +0000 (10:00 +0000)
committerPetter Holmström <petter.holmstrom@itmill.com>
Wed, 28 Oct 2009 10:00:59 +0000 (10:00 +0000)
svn changeset:9423/svn branch:portlet_2.0

WebContent/WEB-INF/portlet.xml

index 61d25743dadc290cd4df4a37be752da6ff317bd9..88c3fa9a5b8ab1e387ba132611b781dd7f7bf168 100644 (file)
         <portlet>
                 <portlet-name>FeatureBrowserPortlet</portlet-name>
                 <display-name>Vaadin FeatureBrowser</display-name>
-                <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
+                <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class>
                 <init-param>
                         <name>application</name>
-                        <value>FeatureBrowser</value>
+                        <value>com.vaadin.tests.featurebrowser.FeaturesApplication</value>
                 </init-param>
                 <init-param><name>style</name><value>style=height:650px</value></init-param>
                 <init-param><name>widgetset</name><value>com.vaadin.demo.reservation.gwt.ReservationWidgetSet</value></init-param>