diff options
Diffstat (limited to 'uitest/src/main/webapp/WEB-INF')
-rw-r--r-- | uitest/src/main/webapp/WEB-INF/liferay-display.xml | 1 | ||||
-rw-r--r-- | uitest/src/main/webapp/WEB-INF/liferay-portlet.xml | 5 | ||||
-rw-r--r-- | uitest/src/main/webapp/WEB-INF/portlet.xml | 34 |
3 files changed, 0 insertions, 40 deletions
diff --git a/uitest/src/main/webapp/WEB-INF/liferay-display.xml b/uitest/src/main/webapp/WEB-INF/liferay-display.xml index 014ed31b47..9f1cd7b29b 100644 --- a/uitest/src/main/webapp/WEB-INF/liferay-display.xml +++ b/uitest/src/main/webapp/WEB-INF/liferay-display.xml @@ -4,6 +4,5 @@ <display> <category name="Vaadin"> <portlet id="JSR286TestPortlet" /> - <portlet id="Vaadin Liferay Theme Portlet" /> </category> </display>
\ No newline at end of file diff --git a/uitest/src/main/webapp/WEB-INF/liferay-portlet.xml b/uitest/src/main/webapp/WEB-INF/liferay-portlet.xml index ea060ce44a..184b0f0980 100644 --- a/uitest/src/main/webapp/WEB-INF/liferay-portlet.xml +++ b/uitest/src/main/webapp/WEB-INF/liferay-portlet.xml @@ -7,11 +7,6 @@ <instanceable>false</instanceable> <ajaxable>false</ajaxable> </portlet> - <portlet> - <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> - <instanceable>false</instanceable> - <ajaxable>false</ajaxable> - </portlet> <role-mapper> <role-name>administrator</role-name> diff --git a/uitest/src/main/webapp/WEB-INF/portlet.xml b/uitest/src/main/webapp/WEB-INF/portlet.xml index 3a603c43ae..3886dc65e9 100644 --- a/uitest/src/main/webapp/WEB-INF/portlet.xml +++ b/uitest/src/main/webapp/WEB-INF/portlet.xml @@ -40,40 +40,6 @@ </security-role-ref> </portlet> - <portlet> - <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> - <display-name>Vaadin Liferay Theme</display-name> - - <portlet-class>com.vaadin.server.LegacyVaadinPortlet</portlet-class> - <init-param> - <name>application</name> - <value>com.vaadin.tests.integration.LiferayThemeDemo</value> - </init-param> - - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>view</portlet-mode> - </supports> - - <portlet-info> - <title>Vaadin Liferay Theme</title> - <short-title>Vaadin Liferay Theme</short-title> - </portlet-info> - - <security-role-ref> - <role-name>administrator</role-name> - </security-role-ref> - <security-role-ref> - <role-name>guest</role-name> - </security-role-ref> - <security-role-ref> - <role-name>power-user</role-name> - </security-role-ref> - <security-role-ref> - <role-name>user</role-name> - </security-role-ref> - </portlet> - <!-- This can be used to work around an issue in liferay 5.0-5.1.1 <container-runtime-option> <name>javax.portlet.escapeXml</name> <value>false</value> </container-runtime-option> --> </portlet-app>
\ No newline at end of file |