浏览代码

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

This reverts commit e566200882.
tags/7.0.0.beta1
Leif Åstrand 12 年前
父节点
当前提交
410653ce86
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      WebContent/WEB-INF/portlet.xml

+ 2
- 2
WebContent/WEB-INF/portlet.xml 查看文件

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

正在加载...
取消
保存