mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
ecc89c9a6a
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15729 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
371 B
Plaintext
20 lines
371 B
Plaintext
resource app_signature "application/x-vnd.haiku.jam-cacheserver";
|
|
|
|
resource file_types message
|
|
{
|
|
"types" = "application/octet-stream"
|
|
};
|
|
|
|
resource app_version
|
|
{
|
|
major = 1,
|
|
middle = 0,
|
|
minor = 0,
|
|
variety = B_APPV_FINAL,
|
|
internal = 1,
|
|
short_info = "StatCacheServer",
|
|
long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku"
|
|
};
|
|
|
|
resource app_flags B_BACKGROUND_APP;
|