From 60b7ad5568ac56478889ce6736c1f470798a4ad2 Mon Sep 17 00:00:00 2001 From: znek Date: Thu, 6 Jan 2005 20:16:20 +0000 Subject: [PATCH] minor change with great impact on gnustep-base usability ;-) git-svn-id: http://svn.opengroupware.org/SOPE/trunk@498 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/ChangeLog | 7 +++++++ .../NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj | 2 +- sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj | 2 +- .../NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj | 2 +- .../NGObjWeb/SoObjects/SoProductResourceManager.m | 3 +-- sope-appserver/NGObjWeb/Version | 2 +- .../NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index fb281eea..5c1e8327 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,10 @@ +2005-01-06 Marcus Mueller + + * SoObjects/SoProductResourceManager.m: changed resource lookup to use + 'older' NGExtension category to NSBundle instead of newer one which + uses more recent API currently not supported in gnustep-base + (v4.5.107) + 2005-01-04 Marcus Mueller * v4.5.106 diff --git a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj index ed961816..4c5dd8fd 100644 --- a/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj @@ -453,7 +453,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.106; + DYLIB_CURRENT_VERSION = 4.5.107; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj index befbf0ee..828ed11b 100644 --- a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj @@ -1589,7 +1589,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.106; + DYLIB_CURRENT_VERSION = 4.5.107; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj index 81d6cc7a..bea1eeea 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj @@ -281,7 +281,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.106; + DYLIB_CURRENT_VERSION = 4.5.107; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; diff --git a/sope-appserver/NGObjWeb/SoObjects/SoProductResourceManager.m b/sope-appserver/NGObjWeb/SoObjects/SoProductResourceManager.m index 64607bec..fa1f7f98 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoProductResourceManager.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoProductResourceManager.m @@ -29,7 +29,6 @@ #include #include #include -#include #include "common.h" @interface WOResourceManager(UsedPrivates) @@ -112,7 +111,7 @@ static BOOL debugOn = NO; path = [bundle pathForResource:[_name stringByDeletingPathExtension] ofType:[_name pathExtension] inDirectory:nil - forLocalizations:_languages]; + languages:_languages]; if (path != nil) { if (debugOn) [self debugWithFormat:@" => found: %@", path]; return path; diff --git a/sope-appserver/NGObjWeb/Version b/sope-appserver/NGObjWeb/Version index 27a018f8..38a0037c 100644 --- a/sope-appserver/NGObjWeb/Version +++ b/sope-appserver/NGObjWeb/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=106 +SUBMINOR_VERSION:=107 # v4.5.91 requires libNGExtensions v4.5.134 # v4.5.84 requires libNGExtensions v4.5.127 diff --git a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj index 038e434c..da676b04 100644 --- a/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj @@ -226,7 +226,7 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4.5.106; + DYLIB_CURRENT_VERSION = 4.5.107; FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = NO; -- 2.39.5