aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alex Bitney2016-02-06 14:52:45 +0200
committerGravatar Alex Bitney2016-02-06 14:52:45 +0200
commitbb93adcf1414001ec3e8439e9440547d52cc8e1d (patch)
treeddb391cda0aaedac47980b6caebe06f552b28326
parente80e13c27e6f06c52a3dc8602cd1f02abdfc3180 (diff)
removed old-style components from web.xml
-rw-r--r--src/main/webapp/WEB-INF/web.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 1b70543b..3bc3cf21 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -32,22 +32,4 @@
30
</session-timeout>
</session-config>
- <listener>
- <description>APNS/GCM/MPNS module</description>
- <display-name>PushComponent</display-name>
- <listener-class>com.juick.PushComponent</listener-class>
- <load-on-startup>2</load-on-startup>
- </listener>
- <listener>
- <description>Crossposting module</description>
- <display-name>CrosspostComponent</display-name>
- <listener-class>com.juick.CrosspostComponent</listener-class>
- <load-on-startup>2</load-on-startup>
- </listener>
- <listener>
- <description>XMPP module</description>
- <display-name>XMPPComponent</display-name>
- <listener-class>com.juick.xmpp.s2s.S2SComponent</listener-class>
- <load-on-startup>2</load-on-startup>
- </listener>
</web-app>