From 03de374b07e93f25bffce56cba41de2b304830a1 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 10 Jul 2016 00:24:40 +0000 Subject: [PATCH] Project files for IntelliJ IDEA --- .idea/ant.xml | 6 ++ .idea/compiler.xml | 22 +++++++ .idea/copyright/profiles_settings.xml | 3 + .../javax_servlet_jsp_2_2_0_v201112011158.xml | 9 +++ .idea/libraries/jettylib.xml | 22 +++++++ .idea/libraries/jrobin_1_5_9_1.xml | 9 +++ .idea/libraries/lib.xml | 10 ++++ .idea/libraries/start.xml | 9 +++ .idea/libraries/systray4j.xml | 9 +++ .idea/libraries/tomcat_coyote_util.xml | 9 +++ .idea/libraries/tomcat_lib.xml | 12 ++++ .idea/libraries/wrapper.xml | 9 +++ .idea/libraries/wrapper_win.xml | 9 +++ .idea/misc.xml | 57 +++++++++++++++++++ .idea/modules.xml | 27 +++++++++ .idea/runConfigurations/updater.xml | 6 ++ apps/BOB/BOB.iml | 13 +++++ apps/addressbook/addressbook.iml | 25 ++++++++ apps/admin/admin.iml | 14 +++++ apps/desktopgui/desktopgui.iml | 13 +++++ apps/i2psnark/i2psnark.iml | 26 +++++++++ apps/i2ptunnel/i2ptunnel.iml | 30 ++++++++++ apps/imagegen/identicon/identicon.iml | 11 ++++ apps/imagegen/imagegen/imagegen.iml | 27 +++++++++ apps/imagegen/zxing/zxing.iml | 12 ++++ apps/jetty/jetty.iml | 13 +++++ apps/ministreaming/ministreaming.iml | 16 ++++++ apps/routerconsole/routerconsole.iml | 37 ++++++++++++ apps/sam/sam.iml | 14 +++++ apps/streaming/streaming.iml | 17 ++++++ apps/susidns/susidns.iml | 12 ++++ apps/susimail/susimail.iml | 26 +++++++++ apps/systray/systray.iml | 13 +++++ core/core.iml | 15 +++++ installer/installer.iml | 14 +++++ router/router.iml | 14 +++++ 36 files changed, 590 insertions(+) create mode 100644 .idea/ant.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/libraries/javax_servlet_jsp_2_2_0_v201112011158.xml create mode 100644 .idea/libraries/jettylib.xml create mode 100644 .idea/libraries/jrobin_1_5_9_1.xml create mode 100644 .idea/libraries/lib.xml create mode 100644 .idea/libraries/start.xml create mode 100644 .idea/libraries/systray4j.xml create mode 100644 .idea/libraries/tomcat_coyote_util.xml create mode 100644 .idea/libraries/tomcat_lib.xml create mode 100644 .idea/libraries/wrapper.xml create mode 100644 .idea/libraries/wrapper_win.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/updater.xml create mode 100644 apps/BOB/BOB.iml create mode 100644 apps/addressbook/addressbook.iml create mode 100644 apps/admin/admin.iml create mode 100644 apps/desktopgui/desktopgui.iml create mode 100644 apps/i2psnark/i2psnark.iml create mode 100644 apps/i2ptunnel/i2ptunnel.iml create mode 100644 apps/imagegen/identicon/identicon.iml create mode 100644 apps/imagegen/imagegen/imagegen.iml create mode 100644 apps/imagegen/zxing/zxing.iml create mode 100644 apps/jetty/jetty.iml create mode 100644 apps/ministreaming/ministreaming.iml create mode 100644 apps/routerconsole/routerconsole.iml create mode 100644 apps/sam/sam.iml create mode 100644 apps/streaming/streaming.iml create mode 100644 apps/susidns/susidns.iml create mode 100644 apps/susimail/susimail.iml create mode 100644 apps/systray/systray.iml create mode 100644 core/core.iml create mode 100644 installer/installer.iml create mode 100644 router/router.iml diff --git a/.idea/ant.xml b/.idea/ant.xml new file mode 100644 index 0000000000..a2a4769827 --- /dev/null +++ b/.idea/ant.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000000..96cc43efa6 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000000..e7bedf3377 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/libraries/javax_servlet_jsp_2_2_0_v201112011158.xml b/.idea/libraries/javax_servlet_jsp_2_2_0_v201112011158.xml new file mode 100644 index 0000000000..a00e42d2e8 --- /dev/null +++ b/.idea/libraries/javax_servlet_jsp_2_2_0_v201112011158.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jettylib.xml b/.idea/libraries/jettylib.xml new file mode 100644 index 0000000000..c5a3e8e26e --- /dev/null +++ b/.idea/libraries/jettylib.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jrobin_1_5_9_1.xml b/.idea/libraries/jrobin_1_5_9_1.xml new file mode 100644 index 0000000000..79ad5a5480 --- /dev/null +++ b/.idea/libraries/jrobin_1_5_9_1.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000000..4a303ca967 --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/start.xml b/.idea/libraries/start.xml new file mode 100644 index 0000000000..1b49f94bf8 --- /dev/null +++ b/.idea/libraries/start.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/systray4j.xml b/.idea/libraries/systray4j.xml new file mode 100644 index 0000000000..34142c8e78 --- /dev/null +++ b/.idea/libraries/systray4j.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/tomcat_coyote_util.xml b/.idea/libraries/tomcat_coyote_util.xml new file mode 100644 index 0000000000..15802deec3 --- /dev/null +++ b/.idea/libraries/tomcat_coyote_util.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/tomcat_lib.xml b/.idea/libraries/tomcat_lib.xml new file mode 100644 index 0000000000..8d6c73f229 --- /dev/null +++ b/.idea/libraries/tomcat_lib.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/wrapper.xml b/.idea/libraries/wrapper.xml new file mode 100644 index 0000000000..f096683771 --- /dev/null +++ b/.idea/libraries/wrapper.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/wrapper_win.xml b/.idea/libraries/wrapper_win.xml new file mode 100644 index 0000000000..bba8535d7c --- /dev/null +++ b/.idea/libraries/wrapper_win.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000000..c82c6b64b8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000..3e5d2de7ad --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/updater.xml b/.idea/runConfigurations/updater.xml new file mode 100644 index 0000000000..b01b3cf1ee --- /dev/null +++ b/.idea/runConfigurations/updater.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/apps/BOB/BOB.iml b/apps/BOB/BOB.iml new file mode 100644 index 0000000000..bef2403a37 --- /dev/null +++ b/apps/BOB/BOB.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/addressbook/addressbook.iml b/apps/addressbook/addressbook.iml new file mode 100644 index 0000000000..a054410f6c --- /dev/null +++ b/apps/addressbook/addressbook.iml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/admin/admin.iml b/apps/admin/admin.iml new file mode 100644 index 0000000000..c3afcd4acb --- /dev/null +++ b/apps/admin/admin.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/desktopgui/desktopgui.iml b/apps/desktopgui/desktopgui.iml new file mode 100644 index 0000000000..d6250593a8 --- /dev/null +++ b/apps/desktopgui/desktopgui.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/i2psnark/i2psnark.iml b/apps/i2psnark/i2psnark.iml new file mode 100644 index 0000000000..e4d3397435 --- /dev/null +++ b/apps/i2psnark/i2psnark.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/i2ptunnel/i2ptunnel.iml b/apps/i2ptunnel/i2ptunnel.iml new file mode 100644 index 0000000000..9d6b1dbb20 --- /dev/null +++ b/apps/i2ptunnel/i2ptunnel.iml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/imagegen/identicon/identicon.iml b/apps/imagegen/identicon/identicon.iml new file mode 100644 index 0000000000..c82b021573 --- /dev/null +++ b/apps/imagegen/identicon/identicon.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/apps/imagegen/imagegen/imagegen.iml b/apps/imagegen/imagegen/imagegen.iml new file mode 100644 index 0000000000..2f95725ee8 --- /dev/null +++ b/apps/imagegen/imagegen/imagegen.iml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/imagegen/zxing/zxing.iml b/apps/imagegen/zxing/zxing.iml new file mode 100644 index 0000000000..0c28884249 --- /dev/null +++ b/apps/imagegen/zxing/zxing.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/jetty/jetty.iml b/apps/jetty/jetty.iml new file mode 100644 index 0000000000..520489b6d6 --- /dev/null +++ b/apps/jetty/jetty.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/ministreaming/ministreaming.iml b/apps/ministreaming/ministreaming.iml new file mode 100644 index 0000000000..0c5c3f05f3 --- /dev/null +++ b/apps/ministreaming/ministreaming.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/routerconsole/routerconsole.iml b/apps/routerconsole/routerconsole.iml new file mode 100644 index 0000000000..dc25d9de77 --- /dev/null +++ b/apps/routerconsole/routerconsole.iml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/sam/sam.iml b/apps/sam/sam.iml new file mode 100644 index 0000000000..dd854f26d2 --- /dev/null +++ b/apps/sam/sam.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/streaming/streaming.iml b/apps/streaming/streaming.iml new file mode 100644 index 0000000000..4c192447ab --- /dev/null +++ b/apps/streaming/streaming.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/susidns/susidns.iml b/apps/susidns/susidns.iml new file mode 100644 index 0000000000..c7494e41cd --- /dev/null +++ b/apps/susidns/susidns.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/susimail/susimail.iml b/apps/susimail/susimail.iml new file mode 100644 index 0000000000..4b90a13f45 --- /dev/null +++ b/apps/susimail/susimail.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/systray/systray.iml b/apps/systray/systray.iml new file mode 100644 index 0000000000..25b9b6bb20 --- /dev/null +++ b/apps/systray/systray.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/core/core.iml b/core/core.iml new file mode 100644 index 0000000000..b5994e7fea --- /dev/null +++ b/core/core.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/installer/installer.iml b/installer/installer.iml new file mode 100644 index 0000000000..94d03debb1 --- /dev/null +++ b/installer/installer.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/router/router.iml b/router/router.iml new file mode 100644 index 0000000000..26f20a04b2 --- /dev/null +++ b/router/router.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file