b9418c74d6
checkitout needs libtracker. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34961 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
389 B
Plaintext
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"
|
|
};
|
|
|