I've now moved the DWT repository to github. The old mercurial
repository is split into several repository, all available under an
organization: https://github.com/d-widget-toolkit
The dwt repository acts like a super repository. It has git submodules
for the base, SWT Linux and Windows and snippets projects. It also
contains the build script.
https://github.com/d-widget-toolkit/dwt
Use these commands to clone the repository and get all submodules:
$ git clone git://github.com/d-widget-toolkit/dwt.git
$ git submodule init
$ git submodule update
--
/Jacob Carlborg