From 2d4896f90e5ad4ca45501a03adcf542693033c82 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 1 Dec 2004 15:54:40 +0000 Subject: [PATCH] Simplified as suggested by Matthijs. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10339 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/jam/StatCacheServer.rdef | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/tools/jam/StatCacheServer.rdef b/src/tools/jam/StatCacheServer.rdef index 0e5c414ff8..5d8b66886c 100644 --- a/src/tools/jam/StatCacheServer.rdef +++ b/src/tools/jam/StatCacheServer.rdef @@ -1,24 +1,8 @@ +resource app_signature "application/x-vnd.haiku.jam-cacheserver"; -resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.haiku.jam-cacheserver"; - -resource(1, "BEOS:FILE_TYPES") message +resource file_types message { - "types" = "application/octet-stream" + "types" = "application/octet-stream" }; -resource app_version -{ - major = 1, - middle = 0, - minor = 0, - - /* 0 = development 1 = alpha 2 = beta - 3 = gamma 4 = golden master 5 = final */ - variety = 5, - internal = 1, - - short_info = "StatCacheServer", - long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku" -}; - -resource(1, "BEOS:APP_FLAGS") #'APPF' $"04000000"; +resource app_flags B_BACKGROUND_APP;