From 32b45c0006c0e42fad14475f3cee08d36a0675c0 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sun, 16 Jun 2013 18:23:36 +0200 Subject: [PATCH] Added cocoaHTTPServer submodule --- .gitmodules | 3 +++ CocoaHTTPServer | 1 + 2 files changed, 4 insertions(+) create mode 160000 CocoaHTTPServer diff --git a/.gitmodules b/.gitmodules index 9c1aac53..768bef9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "HNHUi"] path = HNHUi url = https://mstarke@github.com/mstarke/HNHUi.git +[submodule "CocoaHTTPServer"] + path = CocoaHTTPServer + url = git://github.com/robbiehanson/CocoaHTTPServer.git diff --git a/CocoaHTTPServer b/CocoaHTTPServer new file mode 160000 index 00000000..c6156087 --- /dev/null +++ b/CocoaHTTPServer @@ -0,0 +1 @@ +Subproject commit c6156087db381a6d233703f9686b8676af6d72a4