Parcourir la source

Revert "Change testing portlet parameter to use root instead of application"

This reverts commit e566200882.
tags/7.0.0.beta1
Leif Åstrand il y a 12 ans
Parent
révision
410653ce86
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      WebContent/WEB-INF/portlet.xml

+ 2
- 2
WebContent/WEB-INF/portlet.xml Voir le fichier

@@ -8,8 +8,8 @@
<display-name>Vaadin Portlet 2.0 Test</display-name>
<portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class>
<init-param>
<name>root</name>
<value>com.vaadin.tests.integration.JSR286PortletRoot</value>
<name>application</name>
<value>com.vaadin.tests.integration.JSR286PortletApplication</value>
</init-param>
<init-param>
<name>widgetset</name>

Chargement…
Annuler
Enregistrer