From 27345f46276d9310cf4d4cdbbb4e7957e77e816a Mon Sep 17 00:00:00 2001
From: Alexander Alexeev
Date: Tue, 15 Nov 2016 22:20:36 +0700
Subject: empty web.xml files are added to projects
---
juick-crosspost/src/main/webapp/WEB-INF/web.xml | 7 +++++++
juick-notifications/src/main/webapp/WEB-INF/web.xml | 7 +++++++
juick-ws/src/main/webapp/WEB-INF/web.xml | 7 +++++++
juick-xmpp-bot/src/main/webapp/WEB-INF/web.xml | 7 +++++++
juick-xmpp-ft/src/main/webapp/WEB-INF/web.xml | 7 +++++++
juick-xmpp/src/main/webapp/WEB-INF/web.xml | 7 +++++++
web/WEB-INF/servlet_3_0_web.xml | 7 +++++++
7 files changed, 49 insertions(+)
create mode 100644 juick-crosspost/src/main/webapp/WEB-INF/web.xml
create mode 100644 juick-notifications/src/main/webapp/WEB-INF/web.xml
create mode 100644 juick-ws/src/main/webapp/WEB-INF/web.xml
create mode 100644 juick-xmpp-bot/src/main/webapp/WEB-INF/web.xml
create mode 100644 juick-xmpp-ft/src/main/webapp/WEB-INF/web.xml
create mode 100644 juick-xmpp/src/main/webapp/WEB-INF/web.xml
create mode 100644 web/WEB-INF/servlet_3_0_web.xml
diff --git a/juick-crosspost/src/main/webapp/WEB-INF/web.xml b/juick-crosspost/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-crosspost/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/juick-notifications/src/main/webapp/WEB-INF/web.xml b/juick-notifications/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-notifications/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/juick-ws/src/main/webapp/WEB-INF/web.xml b/juick-ws/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-ws/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/juick-xmpp-bot/src/main/webapp/WEB-INF/web.xml b/juick-xmpp-bot/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-xmpp-bot/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/juick-xmpp-ft/src/main/webapp/WEB-INF/web.xml b/juick-xmpp-ft/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-xmpp-ft/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/juick-xmpp/src/main/webapp/WEB-INF/web.xml b/juick-xmpp/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/juick-xmpp/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/web/WEB-INF/servlet_3_0_web.xml b/web/WEB-INF/servlet_3_0_web.xml
new file mode 100644
index 00000000..a57cceb9
--- /dev/null
+++ b/web/WEB-INF/servlet_3_0_web.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3