diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..c5103dab849b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "runtime"] + path = runtime + url = https://github.com/atlasmap/atlasmap-runtime +[submodule "ui"] + path = ui + url = https://github.com/atlasmap/atlasmap-ui +[submodule "camel"] + path = camel + url = https://github.com/atlasmap/camel-atlasmap +[submodule "app"] + path = app + url = https://github.com/atlasmap/atlasmap-app diff --git a/app b/app new file mode 160000 index 000000000000..2cbd7a5e6425 --- /dev/null +++ b/app @@ -0,0 +1 @@ +Subproject commit 2cbd7a5e642515646da3c7fd89c02190997caf35 diff --git a/camel b/camel new file mode 160000 index 000000000000..3483624e3498 --- /dev/null +++ b/camel @@ -0,0 +1 @@ +Subproject commit 3483624e3498438f2ce8e646e4aa4a7b2b212373 diff --git a/runtime b/runtime new file mode 160000 index 000000000000..54b1d548bad7 --- /dev/null +++ b/runtime @@ -0,0 +1 @@ +Subproject commit 54b1d548bad7c87afe7d8d2bb37b850a3d7bd6b6 diff --git a/ui b/ui new file mode 160000 index 000000000000..9ed653eaeef3 --- /dev/null +++ b/ui @@ -0,0 +1 @@ +Subproject commit 9ed653eaeef3c4a2ae944f214bdd7b77957d7d25