From a364ad66b3f32e66e3017950219dd8e2db24435f Mon Sep 17 00:00:00 2001 From: qianzhenyu <122274659@qq.com> Date: Fri, 6 Jan 2017 23:11:04 +0800 Subject: [PATCH] remove unnecessary project file --- .gitignore | 1 + .idea/.name | 1 - .idea/compiler.xml | 87 -- .idea/copyright/profiles_settings.xml | 3 - .idea/dictionaries/qianzhenyu.xml | 3 - .idea/encodings.xml | 13 - .idea/inspectionProfiles/Project_Default.xml | 15 - .../inspectionProfiles/profiles_settings.xml | 7 - ...__ch_qos_logback_logback_classic_1_1_3.xml | 13 - ...ven__ch_qos_logback_logback_core_1_1_3.xml | 13 - ...om_google_protobuf_protobuf_java_2_6_1.xml | 13 - .../Maven__commons_cli_commons_cli_1_3_1.xml | 13 - ...Maven__commons_codec_commons_codec_1_6.xml | 13 - ..._commons_logging_commons_logging_1_1_1.xml | 13 - ...Maven__io_netty_netty_all_4_0_34_Final.xml | 13 - ...__org_apache_commons_commons_pool2_2_3.xml | 13 - ...apache_httpcomponents_httpclient_4_2_5.xml | 13 - ...g_apache_httpcomponents_httpcore_4_2_4.xml | 13 - ...ven__org_apache_thrift_libthrift_0_9_2.xml | 13 - .../Maven__org_slf4j_slf4j_api_1_7_7.xml | 13 - .../Maven__redis_clients_jedis_2_8_0.xml | 13 - .idea/libraries/slf4j.xml | 9 - .idea/misc.xml | 31 - .idea/modules.xml | 14 - .idea/scopes/scope_settings.xml | 5 - .idea/thriftCompiler.xml | 6 - .idea/uiDesigner.xml | 124 --- .idea/vcs.xml | 6 - .idea/workspace.xml | 796 ++++-------------- auth/auth.iml | 6 +- client/client.iml | 6 +- face2face.iml | 2 +- gate/gate.iml | 10 +- logic/logic.iml | 6 +- protobuf/protobuf.iml | 6 +- thirdparty/thirdparty.iml | 2 +- 36 files changed, 198 insertions(+), 1130 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/dictionaries/qianzhenyu.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_3.xml delete mode 100644 .idea/libraries/Maven__ch_qos_logback_logback_core_1_1_3.xml delete mode 100644 .idea/libraries/Maven__com_google_protobuf_protobuf_java_2_6_1.xml delete mode 100644 .idea/libraries/Maven__commons_cli_commons_cli_1_3_1.xml delete mode 100644 .idea/libraries/Maven__commons_codec_commons_codec_1_6.xml delete mode 100644 .idea/libraries/Maven__commons_logging_commons_logging_1_1_1.xml delete mode 100644 .idea/libraries/Maven__io_netty_netty_all_4_0_34_Final.xml delete mode 100644 .idea/libraries/Maven__org_apache_commons_commons_pool2_2_3.xml delete mode 100644 .idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_2_5.xml delete mode 100644 .idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_2_4.xml delete mode 100644 .idea/libraries/Maven__org_apache_thrift_libthrift_0_9_2.xml delete mode 100644 .idea/libraries/Maven__org_slf4j_slf4j_api_1_7_7.xml delete mode 100644 .idea/libraries/Maven__redis_clients_jedis_2_8_0.xml delete mode 100644 .idea/libraries/slf4j.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/scopes/scope_settings.xml delete mode 100644 .idea/thriftCompiler.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 19d232f..398f5ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.log *.class *.jar +.idea/ diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 32f909c..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -face2face \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 428a482..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/dictionaries/qianzhenyu.xml b/.idea/dictionaries/qianzhenyu.xml deleted file mode 100644 index 46e1ec4..0000000 --- a/.idea/dictionaries/qianzhenyu.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index b694777..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index be270fd..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_3.xml b/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_3.xml deleted file mode 100644 index 6c9fc33..0000000 --- a/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_3.xml b/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_3.xml deleted file mode 100644 index fd35ca4..0000000 --- a/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_2_6_1.xml b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_2_6_1.xml deleted file mode 100644 index 9f45db7..0000000 --- a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_2_6_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_cli_commons_cli_1_3_1.xml b/.idea/libraries/Maven__commons_cli_commons_cli_1_3_1.xml deleted file mode 100644 index a1510b9..0000000 --- a/.idea/libraries/Maven__commons_cli_commons_cli_1_3_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_codec_commons_codec_1_6.xml b/.idea/libraries/Maven__commons_codec_commons_codec_1_6.xml deleted file mode 100644 index e8a6a9f..0000000 --- a/.idea/libraries/Maven__commons_codec_commons_codec_1_6.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_logging_commons_logging_1_1_1.xml b/.idea/libraries/Maven__commons_logging_commons_logging_1_1_1.xml deleted file mode 100644 index b770f56..0000000 --- a/.idea/libraries/Maven__commons_logging_commons_logging_1_1_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_all_4_0_34_Final.xml b/.idea/libraries/Maven__io_netty_netty_all_4_0_34_Final.xml deleted file mode 100644 index fc3afae..0000000 --- a/.idea/libraries/Maven__io_netty_netty_all_4_0_34_Final.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_3.xml b/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_3.xml deleted file mode 100644 index d478f56..0000000 --- a/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_2_5.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_2_5.xml deleted file mode 100644 index 058870e..0000000 --- a/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_2_5.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_2_4.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_2_4.xml deleted file mode 100644 index 0560460..0000000 --- a/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_2_4.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_thrift_libthrift_0_9_2.xml b/.idea/libraries/Maven__org_apache_thrift_libthrift_0_9_2.xml deleted file mode 100644 index ac1ee5b..0000000 --- a/.idea/libraries/Maven__org_apache_thrift_libthrift_0_9_2.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_7.xml b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_7.xml deleted file mode 100644 index 1e67260..0000000 --- a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_7.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__redis_clients_jedis_2_8_0.xml b/.idea/libraries/Maven__redis_clients_jedis_2_8_0.xml deleted file mode 100644 index 213d5c0..0000000 --- a/.idea/libraries/Maven__redis_clients_jedis_2_8_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/slf4j.xml b/.idea/libraries/slf4j.xml deleted file mode 100644 index a83df95..0000000 --- a/.idea/libraries/slf4j.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index a807006..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 6629b25..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/thriftCompiler.xml b/.idea/thriftCompiler.xml deleted file mode 100644 index 7bc123c..0000000 --- a/.idea/thriftCompiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 853883a..c7aae5e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,12 +2,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + @@ -34,7 +64,6 @@ - @@ -47,84 +76,11 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -151,7 +107,6 @@ - - + + true + DEFINITION_ORDER - @@ -307,7 +266,7 @@ - + @@ -326,398 +285,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -738,7 +309,7 @@ - + @@ -791,31 +362,26 @@ - @@ -825,27 +391,20 @@ @@ -931,6 +490,9 @@ + + + - - - + + @@ -1209,6 +770,7 @@ + project @@ -1220,6 +782,7 @@ + @@ -1340,7 +903,9 @@ - + + @@ -1349,6 +914,7 @@ 1453684356802 - @@ -1407,28 +974,27 @@ - + - + - - + - + + - + - - + @@ -1437,10 +1003,16 @@ + + + + + - - - - - - - - + @@ -1488,30 +1053,28 @@ - + - - + - - + - + @@ -1519,41 +1082,35 @@ - + - + - - - - + - + - - - - + @@ -1561,77 +1118,77 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -1639,22 +1196,21 @@ - + - + - - + @@ -1662,35 +1218,28 @@ - + - - + - - - - + - - - - + @@ -1698,15 +1247,14 @@ - + - - + @@ -1714,7 +1262,7 @@ - + @@ -1722,25 +1270,24 @@ - + - + - + - - + @@ -1748,7 +1295,7 @@ - + @@ -1756,7 +1303,7 @@ - + @@ -1764,23 +1311,21 @@ - + - - + - - + @@ -1788,34 +1333,32 @@ - + - - + - - + + - + - - + @@ -1823,7 +1366,7 @@ - + @@ -1831,23 +1374,15 @@ - + - - - - - - - - - + @@ -1855,7 +1390,7 @@ - + @@ -1863,20 +1398,45 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/auth/auth.iml b/auth/auth.iml index 027e3c3..606ed32 100644 --- a/auth/auth.iml +++ b/auth/auth.iml @@ -16,15 +16,15 @@ - - + + + - \ No newline at end of file diff --git a/client/client.iml b/client/client.iml index 027e3c3..606ed32 100644 --- a/client/client.iml +++ b/client/client.iml @@ -16,15 +16,15 @@ - - + + + - \ No newline at end of file diff --git a/face2face.iml b/face2face.iml index d4604b1..6eaddab 100644 --- a/face2face.iml +++ b/face2face.iml @@ -26,8 +26,8 @@ + - \ No newline at end of file diff --git a/gate/gate.iml b/gate/gate.iml index 7eafac1..414f556 100644 --- a/gate/gate.iml +++ b/gate/gate.iml @@ -12,19 +12,19 @@ - - - - + + + + + - \ No newline at end of file diff --git a/logic/logic.iml b/logic/logic.iml index 027e3c3..606ed32 100644 --- a/logic/logic.iml +++ b/logic/logic.iml @@ -16,15 +16,15 @@ - - + + + - \ No newline at end of file diff --git a/protobuf/protobuf.iml b/protobuf/protobuf.iml index f3fd54e..51021c7 100644 --- a/protobuf/protobuf.iml +++ b/protobuf/protobuf.iml @@ -15,15 +15,15 @@ - - + + + - \ No newline at end of file diff --git a/thirdparty/thirdparty.iml b/thirdparty/thirdparty.iml index 276238f..f6e1b6a 100644 --- a/thirdparty/thirdparty.iml +++ b/thirdparty/thirdparty.iml @@ -20,8 +20,8 @@ + - \ No newline at end of file