From 6b8412033e680ce6e5c7827ac504adf132305726 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Fri, 15 Apr 2016 11:06:18 +0300 Subject: Build uitest war with maven Change-Id: I32625901ca27a282253df44c6e776cf9632bacda --- WebContent/WEB-INF/jboss-web.xml | 7 - WebContent/WEB-INF/liferay-display.xml | 9 -- WebContent/WEB-INF/liferay-portlet.xml | 33 ----- WebContent/WEB-INF/portlet.xml | 79 ------------ WebContent/WEB-INF/web.xml | 228 --------------------------------- WebContent/WEB-INF/web.xml.2.4 | 131 ------------------- 6 files changed, 487 deletions(-) delete mode 100644 WebContent/WEB-INF/jboss-web.xml delete mode 100644 WebContent/WEB-INF/liferay-display.xml delete mode 100644 WebContent/WEB-INF/liferay-portlet.xml delete mode 100644 WebContent/WEB-INF/portlet.xml delete mode 100644 WebContent/WEB-INF/web.xml delete mode 100644 WebContent/WEB-INF/web.xml.2.4 (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/jboss-web.xml b/WebContent/WEB-INF/jboss-web.xml deleted file mode 100644 index 12548b7c5c..0000000000 --- a/WebContent/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - true - diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml deleted file mode 100644 index 014ed31b47..0000000000 --- a/WebContent/WEB-INF/liferay-display.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml deleted file mode 100644 index ea060ce44a..0000000000 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - JSR286TestPortlet - false - false - - - Vaadin Liferay Theme Portlet - false - false - - - - administrator - Administrator - - - guest - Guest - - - power-user - Power User - - - user - User - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml deleted file mode 100644 index 3a603c43ae..0000000000 --- a/WebContent/WEB-INF/portlet.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - JSR286TestPortlet - Vaadin Portlet 2.0 Test - com.vaadin.server.VaadinPortlet - - ui - com.vaadin.tests.integration.JSR286Portlet - - - widgetset - com.vaadin.DefaultWidgetSet - - - text/html - view - edit - help - - - Vaadin Portlet 2.0 Test - Vaadin Portlet 2.0 Test - - - - administrator - - - guest - - - power-user - - - user - - - - - Vaadin Liferay Theme Portlet - Vaadin Liferay Theme - - com.vaadin.server.LegacyVaadinPortlet - - application - com.vaadin.tests.integration.LiferayThemeDemo - - - - text/html - view - - - - Vaadin Liferay Theme - Vaadin Liferay Theme - - - - administrator - - - guest - - - power-user - - - user - - - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml deleted file mode 100644 index 0def4001b8..0000000000 --- a/WebContent/WEB-INF/web.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - Vaadin - Vaadin examples - - - productionMode - false - - - - resourceCacheTime - 3600 - - - Embed App 1 - com.vaadin.server.LegacyVaadinServlet - - application - com.vaadin.tests.components.button.Buttons - - true - - - Embed App 2 - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.components.label.MarginsInLabels - - true - - - GwtRpcTest - com.vaadin.tests.widgetset.server.gwtrpc.GwtRpcServletTest - - - - UI provider app - com.vaadin.server.VaadinServlet - - UIProvider - com.vaadin.tests.applicationservlet.InitParamUIProvider - - - UI - com.vaadin.tests.VerifyAssertionsEnabled - - true - - - - VaadinStaticFiles - com.vaadin.server.VaadinServlet - false - - - VaadinApplicationRunner - com.vaadin.launcher.ApplicationRunnerServlet - - - legacyPropertyToString - false - - - heartbeatInterval - 301 - - - resourceCacheTime - 3601 - - - closeIdleSessions - true - - - testParam - 42 - - true - - - - VaadinApplicationRunnerWithJSR356 - com.vaadin.launcher.ApplicationRunnerServlet - - - org.atmosphere.cpr.asyncSupport - org.atmosphere.container.JSR356AsyncSupport - - true - - - CommErrorEmulator - com.vaadin.tests.application.CommErrorEmulatorServlet - - heartbeatInterval - 10 - - - ui - com.vaadin.tests.application.CommErrorEmulatorUI - - true - - - RPCLogger - com.vaadin.tests.rpclogger.RPCLoggerServlet - - ui - com.vaadin.tests.rpclogger.RPCLoggerUI - - true - - - - - VaadinApplicationRunnerWithTimeoutRedirect - com.vaadin.launcher.ApplicationRunnerServlet - - - - VaadinApplicationRunnerWithPush - com.vaadin.launcher.ApplicationRunnerServlet - - pushmode - automatic - - true - - - - VaadinApplicationRunnerWithPushTimeout - com.vaadin.launcher.ApplicationRunnerServlet - - pushLongPollingSuspendTimeout - 10000 - - true - - - - - IntegrationTest - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.integration.ServletIntegrationUI - - true - - - - Embed App 1 - /embed1/* - - - Embed App 2 - /embed2/* - - - GwtRpcTest - /VAADIN/widgetsets/com.vaadin.tests.widgetset.TestingWidgetSet/GwtRpcTest/* - - - - UI provider app - /uiprovider/* - - - - VaadinApplicationRunner - /run/* - - - - VaadinApplicationRunnerWithTimeoutRedirect - /12446/* - - - - VaadinApplicationRunnerWithPush - /run-push/* - - - - VaadinApplicationRunnerWithPushTimeout - /run-push-timeout/* - - - - VaadinApplicationRunnerWithJSR356 - /run-jsr356/* - - - - IntegrationTest - /integration/* - - - - CommErrorEmulator - /commerror/* - - - - RPCLogger - /rpclogger/* - - - - VaadinStaticFiles - /VAADIN/* - - - - index.html - - - diff --git a/WebContent/WEB-INF/web.xml.2.4 b/WebContent/WEB-INF/web.xml.2.4 deleted file mode 100644 index 96144b8036..0000000000 --- a/WebContent/WEB-INF/web.xml.2.4 +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Vaadin - Vaadin examples - - - productionMode - false - - - - resourceCacheTime - 3600 - - - Embed App 1 - com.vaadin.server.LegacyVaadinServlet - - application - com.vaadin.tests.components.button.Buttons - - - - Embed App 2 - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.components.label.MarginsInLabels - - - - UI provider app - com.vaadin.server.VaadinServlet - - UIProvider - com.vaadin.tests.applicationservlet.InitParamUIProvider - - - UI - com.vaadin.tests.VerifyAssertionsEnabled - - - - - VaadinApplicationRunner - com.vaadin.launcher.ApplicationRunnerServlet - - - legacyPropertyToString - false - - - heartbeatInterval - 301 - - - resourceCacheTime - 3601 - - - closeIdleSessions - true - - - testParam - 42 - - - - - VaadinApplicationRunnerWithPush - com.vaadin.launcher.ApplicationRunnerServlet - - pushmode - automatic - - - - - - IntegrationTest - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.integration.ServletIntegrationUI - - - - Embed App 1 - /embed1/* - - - - Embed App 2 - /embed2/* - - - - UI provider app - /uiprovider/* - - - - VaadinApplicationRunner - /run/* - - - - VaadinApplicationRunnerWithPush - /run-push/* - - - - IntegrationTest - /integration/* - - - - IntegrationTest - /VAADIN/* - - - - index.html - - - -- cgit v1.2.3