diff --git a/.gitignore b/.gitignore index 567609b..10561bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ build/ +.vscode \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 89fbdaf..fac067f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "xatkit-metamodels"] path = xatkit-metamodels url = https://github.com/xatkit-bot-platform/xatkit-metamodels.git -[submodule "xatkit-examples"] - path = xatkit-examples - url = https://github.com/xatkit-bot-platform/xatkit-examples.git [submodule "platforms/xatkit-chat-platform"] path = platforms/xatkit-chat-platform url = https://github.com/xatkit-bot-platform/xatkit-chat-platform.git @@ -37,3 +34,9 @@ [submodule "monitoring/xatkit-logs-postgres"] path = monitoring/xatkit-logs-postgres url = https://github.com/xatkit-bot-platform/xatkit-logs-postgres.git +[submodule "xatkit-spl-parser"] + path = xatkit-spl-parser + url = https://github.com/joszamama/xatkit-spl-parser.git +[submodule "xatkit-examples"] + path = xatkit-examples + url = https://github.com/joszamama/xatkit-examples diff --git a/xatkit-examples b/xatkit-examples index fd65495..09f6eca 160000 --- a/xatkit-examples +++ b/xatkit-examples @@ -1 +1 @@ -Subproject commit fd65495246351403107ebc09a9a0eaba4f235781 +Subproject commit 09f6ecadde879380baf789a53b5ef62ac0d79705 diff --git a/xatkit-spl-parser b/xatkit-spl-parser new file mode 160000 index 0000000..ce8aeb9 --- /dev/null +++ b/xatkit-spl-parser @@ -0,0 +1 @@ +Subproject commit ce8aeb92f66012699f8dc914662b2ae8dda64365