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/integration_tests.xml | |
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/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 7838c28d7f..73261ccc51 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -205,20 +205,6 @@ </antcall> </target> - <target name="integration-test-liferay6-theme"> - <fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6/Liferay6-and-6EE-theme-deploy.html" /> - <pathconvert pathsep=" " property="testfiles" refid="html-test-files" /> - - <fileset dir="integration-testscripts" id="html-theme-files" includes="Liferay-6/Liferay6-theme.html" /> - <pathconvert pathsep=" " property="testfiles-theme" refid="html-theme-files" /> - - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="300" /> - <param name="test_browsers" value="winxp-firefox17-esr" /> - <param name="target-server" value="liferay6" /> - </antcall> - </target> - <target name="integration-test-weblogic12"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="360" /> @@ -239,7 +225,6 @@ <parallel> <antcall target="integration-test-liferay6" /> - <antcall target="integration-test-liferay6-theme" /> <antcall target="integration-test-weblogic12" /> <antcall target="integration-test-glassfish4" /> <antcall target="integration-test-payara" /> |