From a69649fb7f5ca7e20713ec260c5f989ae82d446f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 24 Jan 2009 04:49:58 -0400 Subject: Switched over to using irrxml for parsing XML, rather than expat. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 33b949c0..e68ec8fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "lib/utfcpp"] path = lib/utfcpp url = git://github.com/jwiegley/utfcpp.git +[submodule "lib/irrxml"] + path = lib/irrxml + url = git://github.com/jwiegley/irrxml.git -- cgit v1.2.3