haiku/src/bin/checkitout.rdef
François Revol 265078a6df Introducing CheckItOut: a small urlwrapper spin-off that handles SCM urls and checks them out for you where you want them.
Supports git: for now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33695 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-21 10:05:47 +00:00

12 lines
297 B
Plaintext

resource app_signature "application/x-vnd.Haiku-checkitout";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "application/x-vnd.Be.URL.svn",
"types" = "application/x-vnd.Be.URL.svn+ssh",
"types" = "application/x-vnd.Be.URL.git"
};