diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3055415 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "thrid_party/wjtx"] + path = thrid_party/wjtx + url = git@git.kingsome.cn:server/wjtx.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..46422df --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..e69de29 diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..6464ada --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/manage.py \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..5a47e17 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..e0a8ff9 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..89d85ef --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/start_instance.sh \ No newline at end of file diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..7a56029 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 7a560291e310bb85a4aa72d33017219cc5e7356c diff --git a/thrid_party/wjtx b/thrid_party/wjtx new file mode 160000 index 0000000..25278f8 --- /dev/null +++ b/thrid_party/wjtx @@ -0,0 +1 @@ +Subproject commit 25278f848037b87a648e1ec2f3fe2718af87d0d5