2004-08-24 Helge Hess <helge.hess@opengroupware.org>
+ * changed bundles to install in "xxx-4.3" pathes instead of "xxx/4.3"
+ to be consistent with OGo (v4.3.11)
+
* v4.3.10
* GNUmakefile: install SoCore.sxp in Library/SoProducts/4.3/
BUNDLE_NAME = SoCore
BUNDLE_EXTENSION = .sxp
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts-4.3/
SoCore_OBJC_FILES = SoCoreProduct.m
SoCore_RESOURCE_FILES = SoObjects/product.plist Version
#if !COCOA_Foundation_LIBRARY
lPath = [lPath stringByAppendingPathComponent:@"Library"];
#endif
- lPath = [lPath stringByAppendingPathComponent:@"SoProducts"];
- lPath = [lPath stringByAppendingPathComponent:@"4.3"];
+ lPath = [lPath stringByAppendingPathComponent:@"SoProducts-4.3"];
if (![fm fileExistsAtPath:lPath isDirectory:&isDir])
continue;
#if !COCOA_Foundation_LIBRARY
lPath = [lPath stringByAppendingPathComponent:@"Library"];
#endif
- lPath = [lPath stringByAppendingPathComponent:@"WOxElemBuilders"];
- lPath = [lPath stringByAppendingPathComponent:@"4.3"];
+ lPath = [lPath stringByAppendingPathComponent:@"WOxElemBuilders-4.3"];
if (![fm fileExistsAtPath:lPath isDirectory:&isDir])
continue;
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * install product in Library/SoProducts-4.3/ (v4.3.5)
+
* install product in Library/SoProducts/4.3/ (v4.3.4)
2004-08-23 Helge Hess <helge.hess@opengroupware.org>
BUNDLE_NAME = SoOFS
BUNDLE_EXTENSION = .sxp
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts-4.3/
SoOFS_OBJC_FILES = SoOFSProduct.m
SoOFS_RESOURCE_FILES = product.plist Version
# version file
-SUBMINOR_VERSION:=4
+SUBMINOR_VERSION:=5
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * install bundle in Library/WOxElemBuilders-4.3/ (v4.3.57)
+
* install (elem builder) bundle in Library/WOxElemBuilders/4.3/
(v4.3.56)
LIBRARY_NAME = libWEExtensions
BUNDLE_NAME = WEExtensions
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-4.3/
libWEExtensions_HEADER_FILES_DIR = .
libWEExtensions_HEADER_FILES_INSTALL_DIR = /WEExtensions
# $Id$
-SUBMINOR_VERSION:=56
+SUBMINOR_VERSION:=57
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * install bundle in Library/WOxElemBuilders-4.3/ (v4.3.57)
+
* v4.3.56
* added a bundle manager class (WOExtensionsBuilderModule)
LIBRARY_NAME = libWOExtensions
BUNDLE_NAME = WOExtensions
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-4.3/
libWOExtensions_HEADER_FILES_DIR = .
libWOExtensions_HEADER_FILES_INSTALL_DIR = /WOExtensions
# $Id$
-SUBMINOR_VERSION:=16
+SUBMINOR_VERSION:=17
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * GNUmakefile: install SAX driver in Library/SaxDrivers-4.3/ (v4.3.12)
+
* GNUmakefile: install SAX driver in Library/SaxDrivers/4.3/ (v4.3.11)
2004-08-20 Helge Hess <helge.hess@opengroupware.org>
BUNDLE_NAME = iCalSaxDriver
BUNDLE_EXTENSION = .sax
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-4.3/
iCalSaxDriver_OBJC_FILES = \
ICalSaxParser.m \
# $Id$
-SUBMINOR_VERSION:=11
+SUBMINOR_VERSION:=12
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * GNUmakefile: install SAX driver in Library/SaxDrivers-4.3/ (v1.0.8)
+
* GNUmakefile: install SAX driver in Library/SaxDrivers/4.3/ (v1.0.7)
2004-05-05 Marcus Mueller <znek@mulle-kybernetik.com>
BUNDLE_NAME = STXSaxDriver
BUNDLE_EXTENSION = .sax
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-4.3/
STXSaxDriver_OBJC_FILES += \
STXSaxDriver.m \
MAJOR_VERSION=1
MINOR_VERSION=0
-SUBMINOR_VERSION:=7
+SUBMINOR_VERSION:=8
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * changed lookup path to SaxDrivers-4.3 to be consistent with OGo
+ (v4.3.40)
+
* SaxXMLReaderFactory.m: lookup SAX drivers in Library/SaxDrivers/4.3
(v4.3.39)
e = [tmp objectEnumerator];
while ((tmp = [e nextObject])) {
- tmp = [tmp stringByAppendingPathComponent:@"SaxDrivers"];
- tmp = [tmp stringByAppendingPathComponent:@"4.3"];
+ tmp = [tmp stringByAppendingPathComponent:@"SaxDrivers-4.3"];
if (![ma containsObject:tmp])
[ma addObject:tmp];
}
e = [tmp objectEnumerator];
while ((tmp = [e nextObject])) {
- tmp = [tmp stringByAppendingPathComponent:@"Library/SaxDrivers/4.3"];
+ tmp = [tmp stringByAppendingPathComponent:@"Library/SaxDrivers-4.3"];
if (![ma containsObject:tmp])
[ma addObject:tmp];
}
# $Id$
-SUBMINOR_VERSION:=39
+SUBMINOR_VERSION:=40
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * GNUmakefile: install SAX driver in Library/SaxDrivers-4.3/ (v4.3.15)
+
* GNUmakefile: install SAX driver in Library/SaxDrivers/4.3/ (v4.3.14)
2004-05-07 Helge Hess <helge.hess@skyrix.com>
BUNDLE_NAME = libxmlSAXDriver
BUNDLE_EXTENSION = .sax
-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-4.3/
libxmlSAXDriver_OBJC_FILES = \
libxmlSAXDriver.m \
# $Id$
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15
2004-08-24 Helge Hess <helge.hess@skyrix.com>
+ * GNUmakefile: install SAX driver in Library/SaxDrivers-4.3/
+
* GNUmakefile: install SAX driver in Library/SaxDrivers/4.3/
2004-05-05 Marcus Mueller <znek@mulle-kybernetik.com>
BUNDLE_NAME = pyxSAXDriver
BUNDLE_EXTENSION = .sax
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SaxDrivers/4.3/
+BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SaxDrivers-4.3/
pyxSAXDriver_OBJC_FILES = pyxSAXDriver.m