diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-04 16:17:47 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-05 09:25:44 +0300 |
commit | 1cb6ec0785ef0202064028146f5d64bcbe784f0f (patch) | |
tree | ffbd01112b9b12dc41ab986784532b08f6973012 /uitest/src/main/webapp | |
parent | 119434318dfbfc867c1cc0a63139feba6cb21731 (diff) | |
download | vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.tar.gz vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.zip |
Remove the "liferay" theme
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
Diffstat (limited to 'uitest/src/main/webapp')
-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 |