Explorar el Código

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

This reverts commit e566200882.
tags/7.0.0.beta1
Leif Åstrand hace 12 años
padre
commit
410653ce86
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      WebContent/WEB-INF/portlet.xml

+ 2
- 2
WebContent/WEB-INF/portlet.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar