From 0b3106bbfe98f50127f9b4e1496b0f2dec8796a7 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Thu, 16 Feb 2017 23:39:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=BA=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 15 +++++++++++++++ MiaoConfig | 1 + MiaoEventBus | 1 + MiaoPlugin | 1 + MiaoScheduler | 1 + MiaoServer | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 160000 MiaoConfig create mode 160000 MiaoEventBus create mode 160000 MiaoPlugin create mode 160000 MiaoScheduler create mode 160000 MiaoServer diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eaabda5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "MiaoServer"] + path = MiaoServer + url = ./MiaoServer/ +[submodule "MiaoScheduler"] + path = MiaoScheduler + url = ./MiaoScheduler/ +[submodule "MiaoPlugin"] + path = MiaoPlugin + url = ./MiaoPlugin/ +[submodule "MiaoConfig"] + path = MiaoConfig + url = ./MiaoConfig/ +[submodule "MiaoEventBus"] + path = MiaoEventBus + url = ./MiaoEventBus/ diff --git a/MiaoConfig b/MiaoConfig new file mode 160000 index 0000000..3943e03 --- /dev/null +++ b/MiaoConfig @@ -0,0 +1 @@ +Subproject commit 3943e03552e22b48ff3882866c86d9d13342b9d2 diff --git a/MiaoEventBus b/MiaoEventBus new file mode 160000 index 0000000..d90d241 --- /dev/null +++ b/MiaoEventBus @@ -0,0 +1 @@ +Subproject commit d90d241c2b068e9f3f0dfe6fa2334fb209ade81b diff --git a/MiaoPlugin b/MiaoPlugin new file mode 160000 index 0000000..706fa09 --- /dev/null +++ b/MiaoPlugin @@ -0,0 +1 @@ +Subproject commit 706fa0943af9d8459f26fb733ba14886662dba9f diff --git a/MiaoScheduler b/MiaoScheduler new file mode 160000 index 0000000..41e9954 --- /dev/null +++ b/MiaoScheduler @@ -0,0 +1 @@ +Subproject commit 41e99543b8860b96c4a8cc056f6635ad5dc6e803 diff --git a/MiaoServer b/MiaoServer new file mode 160000 index 0000000..5cffba3 --- /dev/null +++ b/MiaoServer @@ -0,0 +1 @@ +Subproject commit 5cffba3fcd776cf0fbdd3620161345740888aa8b