From a928be44a5aadf8f55ded02554949c61b995335b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 7 Jul 2016 17:41:17 +0300 Subject: fix project structure --- juick-www/src/webapp/WEB-INF/juick.conf.example | 5 --- .../src/webapp/WEB-INF/logging.properties.example | 5 --- juick-www/src/webapp/WEB-INF/web.xml | 50 ---------------------- 3 files changed, 60 deletions(-) delete mode 100644 juick-www/src/webapp/WEB-INF/juick.conf.example delete mode 100644 juick-www/src/webapp/WEB-INF/logging.properties.example delete mode 100644 juick-www/src/webapp/WEB-INF/web.xml (limited to 'juick-www/src/webapp/WEB-INF') diff --git a/juick-www/src/webapp/WEB-INF/juick.conf.example b/juick-www/src/webapp/WEB-INF/juick.conf.example deleted file mode 100644 index 54ac862a..00000000 --- a/juick-www/src/webapp/WEB-INF/juick.conf.example +++ /dev/null @@ -1,5 +0,0 @@ -mysql_username=username -xmpp_password=secret -sape_user=usertoken -wns_application_sip=ms-app://x-1-11-1-1111111111-... -wns_client_secret=secret \ No newline at end of file diff --git a/juick-www/src/webapp/WEB-INF/logging.properties.example b/juick-www/src/webapp/WEB-INF/logging.properties.example deleted file mode 100644 index 7bdaa72e..00000000 --- a/juick-www/src/webapp/WEB-INF/logging.properties.example +++ /dev/null @@ -1,5 +0,0 @@ -handlers = java.util.logging.FileHandler -java.util.logging.FileHandler.pattern = www.log -java.util.logging.FileHandler.limit = 1000000 -java.util.logging.FileHandler.count = 5 -java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter diff --git a/juick-www/src/webapp/WEB-INF/web.xml b/juick-www/src/webapp/WEB-INF/web.xml deleted file mode 100644 index 4db19af6..00000000 --- a/juick-www/src/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - 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