From 4fa17aa6efa656e555413e0e84c3750d861adb1b Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 14 Apr 2014 17:51:01 +0200 Subject: [PATCH] add bitcoinj as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..61994529a0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/bitcoinj"] + path = libs/bitcoinj + url = git://github.com/bitcoinj/bitcoinj