Introduce submodules, closes #8536

Instead of the manual clone of sizzle and qunit, use git submodules
instead. this will ensure that all future releases can be recreated by
checking out an tag.
This commit is contained in:
Carl Fürstenberg 2011-03-15 20:16:09 +01:00
parent 714ae379db
commit 150d3decb5
5 changed files with 12 additions and 32 deletions

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "src/sizzle"]
path = src/sizzle
url = git://github.com/jeresig/sizzle.git
[submodule "test/qunit"]
path = test/qunit
url = git://github.com/jquery/qunit.git