haiku/src/bin/checkitout.rdef
François Revol b9418c74d6 Add rsync:// support. There seems to be a cvs: uri scheme too according to http://en.wikipedia.org/wiki/URI_scheme but we'd have to decode it. TODO.
checkitout needs libtracker.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34961 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-08 23:37:05 +00:00

14 lines
389 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.cvs",*/
"types" = "application/x-vnd.Be.URL.git",
"types" = "application/x-vnd.Be.URL.rsync",
"types" = "application/x-vnd.Be.URL.svn",
"types" = "application/x-vnd.Be.URL.svn+ssh"
};