Compare commits

...

2 Commits

Author SHA1 Message Date
Theunis J. Botha 15acee1205 add v2 2021-06-17 23:28:46 +02:00
Theunis J. Botha 49814be6be moved to libs 2021-06-17 22:32:54 +02:00
7 changed files with 18 additions and 5 deletions

9
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "r3"]
path = r3
url = ssh://git@gitea.cybafelo.com:25850/cybafelo/r3.git
[submodule "r3-api"]
path = r3-api
url = ssh://git@gitea.cybafelo.com:25850/cybafelo/r3-api.git
@ -22,3 +19,9 @@
[submodule "r3-websocket"]
path = r3-websocket
url = ssh://git@gitea.cybafelo.com:25850/cybafelo/r3-websocket.git
[submodule "r3-libs/r3"]
path = r3-libs/r3
url = ssh://git@gitea.cybafelo.com:25850/cybafelo/r3.git
[submodule "r3-libs/r3-v2"]
path = r3-libs/r3-v2
url = ssh://git@gitea.cybafelo.com:25850/cybafelo/r3-v2.git

1
r3

@ -1 +0,0 @@
Subproject commit b91b20b0168afd03c0d6e3770db6c760d23cef6f

2
r3-api

@ -1 +1 @@
Subproject commit 3d7adee3be13acb2459adfedb31eddc322dbb323
Subproject commit a0bc12669e6d87e22af1c2fcd86e4f8399c7807c

9
r3-cloud.iml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

1
r3-libs/r3 Submodule

@ -0,0 +1 @@
Subproject commit 123b4ded3043ee762c08a2e6d7f159d23bab45e7

1
r3-libs/r3-v2 Submodule

@ -0,0 +1 @@
Subproject commit ca7bf07b216827a522c6141a64d96018b11824d8

0
r3.sh Normal file → Executable file
View File