From 2618ae0ec5fc70b5d60a691243fc98ec2c4c3be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Thu, 18 Dec 2008 22:18:11 +0000 Subject: added flyweight from trunk [SVN r50320] --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6658f324a9..f8a9a88ee3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -346,3 +346,7 @@ path = libs/accumulators url = ../accumulators.git fetchRecurseSubmodules = on-demand +[submodule "flyweight"] + path = libs/flyweight + url = ../flyweight.git + fetchRecurseSubmodules = on-demand -- cgit v1.2.1