DWT repository moved to github

Jacob Carlborg doob at me.com
Sat Jan 7 10:08:52 PST 2012


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


More information about the Digitalmars-d-dwt mailing list