From b986825dc716bd1f55f8c2e471273b1de0a2c188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 13 Feb 2011 15:54:45 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20biblioth=C3=A8que=20Rapha?= =?UTF-8?q?=C3=ABl.js=20comme=20sous-module.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 6 ++++++ raphael | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 raphael diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..72f7bce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Raphaël"] + path = Raphaël + url = https://github.com/DmitryBaranovskiy/raphael.git +[submodule "raphael"] + path = raphael + url = https://github.com/DmitryBaranovskiy/raphael.git diff --git a/raphael b/raphael new file mode 160000 index 0000000..dbe241f --- /dev/null +++ b/raphael @@ -0,0 +1 @@ +Subproject commit dbe241f4c5310dd9bf3b451c538d78c6c4a0e288