From ab781dfec71a50014c853d16126129cc0d0b8fc6 Mon Sep 17 00:00:00 2001 From: JayWood Date: Tue, 9 Jul 2013 10:38:00 -0400 Subject: [PATCH] Fixing repo mishap. Adding the simple options framework instead. --- .gitmodules | 3 +++ jw_simple_options | 1 + lib/jw-options-framework | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 jw_simple_options delete mode 160000 lib/jw-options-framework diff --git a/.gitmodules b/.gitmodules index 6031c7f..0b3ad09 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/jw-options-framework"] path = lib/jw-options-framework url = git://github.com/JayWood/jw-options-framework.git +[submodule "jw_simple_options"] + path = jw_simple_options + url = https://github.com/JayWood/jw_simple_options.git diff --git a/jw_simple_options b/jw_simple_options new file mode 160000 index 0000000..170a7a4 --- /dev/null +++ b/jw_simple_options @@ -0,0 +1 @@ +Subproject commit 170a7a4e7b0a351871c1f0522ee7dcb3d3166234 diff --git a/lib/jw-options-framework b/lib/jw-options-framework deleted file mode 160000 index 72af276..0000000 --- a/lib/jw-options-framework +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 72af2762495e2939a6416d184d7c23d8bac4571b