From 3fbd81aeb176677d43be1b2593389c036aa291ea Mon Sep 17 00:00:00 2001 From: jvelilla Date: Sun, 23 Oct 2011 09:10:27 -0300 Subject: [PATCH] Added eel and eapml modules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index 8cea3766..92276b15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,9 @@ path = ext/ise_library/curl url = http://github.com/EiffelSoftware/mirror-Eiffel-cURL.git [submodule "ext/crypto/eel"] +[submodule "ext/crypto/eel"] + path = ext/crypto/eel + url = http://github.com/Eiffel-World/eel.git +[submodule "ext/crypto/eapml"] + path = ext/crypto/eapml + url = http://github.com/Eiffel-World/eapml.git