+2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+
+ * Templates/WOApplication+Builders.m: fixed an uninitialized variable
+ on Cocoa (v4.5.157)
+
2005-04-25 Helge Hess <helge.hess@opengroupware.org>
* Templates/WODParser.m: fixed parsing of bool constants (got broken in
[self debugWithFormat:@"scanning for builder bundles ..."];
-#if !COCOA_Foundation_LIBRARY
+#if COCOA_Foundation_LIBRARY || NeXT_Foundation_LIBRARY
+ relPath = @"";
+#else
relPath = @"Library/";
#endif
relPath = [NSString stringWithFormat:@"%@WOxElemBuilders-%i.%i/", relPath,
# version file
-SUBMINOR_VERSION:=156
+SUBMINOR_VERSION:=157
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134