From e4d1c918444c15e2e1480ecb332e61ec8feb7629 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 19 Feb 2014 22:32:59 +0000 Subject: Initial commit --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d6ad98a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "resources/leaflet"] + path = resources/leaflet + url = https://github.com/Leaflet/Leaflet.git +[submodule "resources/syntaxhighlighter"] + path = resources/syntaxhighlighter + url = https://github.com/alexgorbatchev/syntaxhighlighter.git +[submodule "resources/leaflet-markercluster"] + path = resources/leaflet-markercluster + url = https://github.com/Leaflet/Leaflet.markercluster.git +[submodule "resources/mfd-location"] + path = resources/mfd-location + url = git@sourcekettle.ecs.soton.ac.uk:projects/mfd-location.git +[submodule "resources/leaflet-locatecontrol"] + path = resources/leaflet-locatecontrol + url = https://github.com/domoritz/leaflet-locatecontrol.git +[submodule "resources/leaflet-hash"] + path = resources/leaflet-hash + url = https://github.com/mlevans/leaflet-hash.git -- cgit v1.2.3