diff options
-rw-r--r-- | .gitmodules | 8 | ||||
m--------- | examples/blog/web-common | 0 | ||||
m--------- | examples/shop/web-common | 0 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2c6ef85e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "examples/blog/web-common"] + path = examples/blog/web-common + url = git://taler.net/web-common.git + branch = master +[submodule "examples/shop/web-common"] + path = examples/shop/web-common + url = git://taler.net/web-common.git + branch = master diff --git a/examples/blog/web-common b/examples/blog/web-common new file mode 160000 +Subproject 98130c928db4fcc8f06abfa618d649fc979eff1 diff --git a/examples/shop/web-common b/examples/shop/web-common new file mode 160000 +Subproject 98130c928db4fcc8f06abfa618d649fc979eff1 |