From e5c8298beee5dde90ca98cc4707faac4bf0e2f0c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 7 Jul 2016 15:13:47 +0300 Subject: reorganize project --- juick-www/src/webapp/WEB-INF/web.xml | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 juick-www/src/webapp/WEB-INF/web.xml (limited to 'juick-www/src/webapp/WEB-INF/web.xml') diff --git a/juick-www/src/webapp/WEB-INF/web.xml b/juick-www/src/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..4db19af6 --- /dev/null +++ b/juick-www/src/webapp/WEB-INF/web.xml @@ -0,0 +1,50 @@ + + + + Main + com.juick.www.Main + 1 + + + Main + / + + + default + /scripts.js + + + default + /style.css + + + js + application/javascript;charset=UTF-8 + + + css + text/css;charset=UTF-8 + + + + 30 + + + + APNS/GCM/MPNS module + PushComponent + com.juick.www.PushComponent + + + Crossposting module + CrosspostComponent + com.juick.www.CrosspostComponent + + + XMPP module + XMPPComponent + com.juick.xmpp.s2s.XMPPComponent + + -- cgit v1.2.3