From b742300edabe34beb505139a818a000ef7767a91 Mon Sep 17 00:00:00 2001 From: Michael Steinert Date: Tue, 15 May 2012 16:45:13 -0600 Subject: Add rabbitmq-codegen as a submodule The following commands can be used to update the submodule: $ git submodule init $ git sumodule update Signed-off-by: Michael Steinert --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..78954dc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "codegen"] + path = codegen + url = git://github.com/rabbitmq/rabbitmq-codegen.git -- cgit v1.2.1