]> err.no Git - sope/commitdiff
renamed "default.strings" to "Localizable.strings"
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 23 Mar 2005 09:55:11 +0000 (09:55 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 23 Mar 2005 09:55:11 +0000 (09:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@688 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj
sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj
sope-appserver/NGObjWeb/OWResourceManager.m
sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/WOResourceManager.m
sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj

index 14384e2b2c1de4ab748c50ed8a7b6e7f11ae6850..516b958addf223831ee441308d121425de8d66f2 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * OWResourceManager.m, WOResourceManager.m: changed table name for
+         default strings lookups from "default.strings" to
+         "Localizable.strings" in order to be compatible to WebObjects 4.51.
+         (v4.5.141)
+
 2005-03-21  Helge Hess  <helge.hess@skyrix.com>
 
        * DynamicElements/WOJavaScript.m: added support for extra attributes,
index f4a89652d580e211ff9b9b930fed1d6c8b6c0675..a4744f18e37badd9d46acae1987bb03edf66eb40 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.138;
+                               DYLIB_CURRENT_VERSION = 4.5.141;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
index bc5a3b426be780922fb4f40d0610ad38a26a34a4..b40a823c145f3110135e3d219b8a0f2bee15978d 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.138;
+                               DYLIB_CURRENT_VERSION = 4.5.141;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                HEADER_SEARCH_PATHS = ..;
                                INFOPLIST_FILE = "NGObjWeb-Info.plist";
                                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-                               OTHER_CFLAGS = "-DSOPE_MAJOR_VERSION=4 -DSOPE_MINOR_VERSION=5 -DSOPE_SUBMINOR_VERSION=138";
+                               OTHER_CFLAGS = "-DSOPE_MAJOR_VERSION=4 -DSOPE_MINOR_VERSION=5 -DSOPE_SUBMINOR_VERSION=141";
                                OTHER_LDFLAGS = "-seg1addr 0xC4900000 -headerpad_max_install_names";
                                OTHER_REZFLAGS = "";
                                PRODUCT_NAME = NGObjWeb;
index 5f4c4c1b0a96be9ecfe11098016a841dfa8931bb..944e7df8ef4f39d117234b11e5fdc178e4f2e974 100644 (file)
@@ -542,7 +542,7 @@ _pathExists(OWResourceManager *self, NSFileManager *fm, NSString *path)
   fm = [self fileManager];
   
   if (_tableName == nil)
-    _tableName = @"default";
+    _tableName = @"Localizable";
 
   /* take a look whether a matching table is already loaded */
   
index 7c7475151d1df16b54f2437eae0fc095ea503db1..933105c4a25aad9058861a38b33ff10c05aec84f 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.138;
+                               DYLIB_CURRENT_VERSION = 4.5.141;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;
index 83b1bd768429451682fb6ed1db94e2a99bd6ff2b..01d0ad8f89cd801222f12c98e141250d21e4d9ab 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=140
+SUBMINOR_VERSION:=141
 
 # v4.5.122 requires libNGExtensions v4.5.153
 # v4.5.91  requires libNGExtensions v4.5.134
index 5474d179cb533c6b9bf03d2cbe4e3e4106ddfb12..ce247324264780b55452579c39219030f75c40e3 100644 (file)
@@ -550,7 +550,7 @@ _pathExists(WOResourceManager *self, NSFileManager *fm, NSString *path)
   fm = [self fileManager];
   
   if (_tableName == nil)
-    _tableName = @"default";
+    _tableName = @"Localizable";
 
   /* take a look whether a matching table is already loaded */
   
index f7cebd1918aa1673edda8150daf43ce57fe7f847..b7d0b509be660a28a3d18fa556cc729dfccd2c52 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.138;
+                               DYLIB_CURRENT_VERSION = 4.5.141;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;