From 27bb19646fe4046628e9a21e63a425c1f7a8f15f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 31 Jul 2016 01:35:18 +0300 Subject: move components to api module --- juick-api/src/main/webapp/WEB-INF/web.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'juick-api/src/main/webapp/WEB-INF/web.xml') diff --git a/juick-api/src/main/webapp/WEB-INF/web.xml b/juick-api/src/main/webapp/WEB-INF/web.xml index 533a6882..c79efd29 100644 --- a/juick-api/src/main/webapp/WEB-INF/web.xml +++ b/juick-api/src/main/webapp/WEB-INF/web.xml @@ -13,4 +13,19 @@ 30 + + APNS/GCM/MPNS module + PushComponent + com.juick.components.PushComponent + + + Crossposting module + CrosspostComponent + com.juick.components.CrosspostComponent + + + XMPP module + XMPPComponent + com.juick.components.XMPPComponent + -- cgit v1.2.3