From 89ac7cbf39bcbfc301f84af55b8f2c4f61bcc0f2 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 11 Jul 2011 12:06:38 +0200 Subject: [PATCH] add dryice submodule --- .gitignore | 1 - .gitmodules | 5 ++++- support/dryice | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 160000 support/dryice diff --git a/.gitignore b/.gitignore index 8d100f23..74035e60 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ # A handy place to put stuff that git should ignore: /ignore/ support/async/ -support/dryice/ support/jsdom/ support/node-htmlparser/ support/node-o3-xml/ diff --git a/.gitmodules b/.gitmodules index 6074430c..c2f78613 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = git://github.com/ajaxorg/cockpit.git [submodule "support/pilot"] path = support/pilot - url = git://github.com/ajaxorg/pilot.git \ No newline at end of file + url = git://github.com/ajaxorg/pilot.git +[submodule "support/dryice"] + path = support/dryice + url = git://github.com/ajaxorg/dryice.git diff --git a/support/dryice b/support/dryice new file mode 160000 index 00000000..52608117 --- /dev/null +++ b/support/dryice @@ -0,0 +1 @@ +Subproject commit 526081177013d46d6a80c0e581412e4279296360