Moved druntime and Phobos submodules to runtime.

This makes much more sense since the subdirecotry also contains the build system for them, and reduces clutter.
This commit is contained in:
David Nadlinger
2011-12-04 20:37:11 +01:00
parent 38d1bf4cc8
commit 74d7562a59
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "druntime"]
path = druntime
path = runtime/druntime
url = git://github.com/ldc-developers/druntime.git
[submodule "phobos"]
path = phobos
path = runtime/phobos
url = git://github.com/ldc-developers/phobos.git