From b3bd9d6343f55fb57ba40f227f5e9f9e4fe31c6c Mon Sep 17 00:00:00 2001 From: pmichaud Date: Tue, 28 Aug 2012 14:06:43 -0500 Subject: Move rakudo-debugger into modules (I hope). --- .gitmodules | 4 ++-- rakudo-debugger | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 160000 rakudo-debugger diff --git a/.gitmodules b/.gitmodules index 2fa1351..0d3e2b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ -[submodule "rakudo-debugger"] - path = rakudo-debugger +[submodule "modules/rakudo-debugger"] + path = modules/rakudo-debugger url = git://github.com/jnthn/rakudo-debugger [submodule "modules/ufo"] path = modules/ufo diff --git a/rakudo-debugger b/rakudo-debugger deleted file mode 160000 index f65b95d..0000000 --- a/rakudo-debugger +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f65b95de1094778204d321aa24943823656a323d -- cgit v1.1