From: znek Date: Fri, 28 Jul 2006 09:34:36 +0000 (+0000) Subject: revived compilation for sope-4.5 due to some tests X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd66be9d34474d04cf16c8b806b47003cdf74cd8;p=sope revived compilation for sope-4.5 due to some tests git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1329 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist b/Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist new file mode 100644 index 00000000..03c79968 --- /dev/null +++ b/Recycler/ExpatSaxDriver/ExpatSaxDriver-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ExpatSaxDriver + CFBundleGetInfoString + + CFBundleIconFile + + CFBundleIdentifier + org.OpenGroupware.sope-xml.ExpatSaxDriver + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + + CFBundleSignature + ???? + CFBundleVersion + 4.5.0 + + diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver.m b/Recycler/ExpatSaxDriver/ExpatSaxDriver.m index 938f3788..5bb325ed 100644 --- a/Recycler/ExpatSaxDriver/ExpatSaxDriver.m +++ b/Recycler/ExpatSaxDriver/ExpatSaxDriver.m @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ +// $Id: ExpatSaxDriver.m 1 2004-08-20 10:08:27Z znek $ #import #include @@ -30,6 +30,7 @@ #include #include #include +#include @class NSMutableArray, NSMutableDictionary; @class SaxAttributes; @@ -62,7 +63,6 @@ @end #include -#include #include "common.h" static NSString *SaxDeclHandlerProperty = @@ -95,6 +95,9 @@ typedef struct { static NSMapTable *uniqueStrings = NULL; // THREAD static Class NSStringClass = Nil; +// ZNeK: bad idea, no? +#define NSNonOwnedCStringMapKeyCallBacks NSNonOwnedPointerMapKeyCallBacks + static inline NSString *uniqueStringUTF8(const char *utf8) { NSString *s; char *newkey; @@ -225,6 +228,7 @@ static inline NSString *uniqueStringUTF8(const char *utf8) { /* handlers */ +#if 0 - (void)setDocumentHandler:(id)_handler { SaxDocumentHandlerAdaptor *a; @@ -232,6 +236,7 @@ static inline NSString *uniqueStringUTF8(const char *utf8) { [self setContentHandler:a]; RELEASE(a); } +#endif - (void)setDTDHandler:(id)_handler { ASSIGN(self->dtdHandler, _handler); diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj new file mode 100644 index 00000000..a68dd1d0 --- /dev/null +++ b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/project.pbxproj @@ -0,0 +1,328 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + ADABC8820700497D00B582C7 /* ExpatSaxDriver.sax in CopyFiles */ = {isa = PBXBuildFile; fileRef = ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */; }; + ADDB0CEE0A792F5100043618 /* libexpat.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDB0CED0A792F5100043618 /* libexpat.dylib */; }; + ADDF539906DE6EA300C4E7F8 /* bundle-info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */; }; + ADDF539C06DE6EA300C4E7F8 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = ADDF538806DE6EA300C4E7F8 /* COPYING */; }; + ADDF53A506DE6EA300C4E7F8 /* ExpatSaxDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */; }; + ADDF53A806DE6EA300C4E7F8 /* README in Resources */ = {isa = PBXBuildFile; fileRef = ADDF539406DE6EA300C4E7F8 /* README */; }; + ADDF541E06DE710900C4E7F8 /* SaxObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */; }; + ADDF549306DE714700C4E7F8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADDF549206DE714700C4E7F8 /* Foundation.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + ADABC87D0700496800B582C7 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /tmp/SaxObjCBundledSAXDrivers; + dstSubfolderSpec = 0; + files = ( + ADABC8820700497D00B582C7 /* ExpatSaxDriver.sax in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + ADDB0CED0A792F5100043618 /* libexpat.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libexpat.dylib; path = /usr/local/lib/libexpat.dylib; sourceTree = ""; }; + ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExpatSaxDriver.sax; sourceTree = BUILT_PRODUCTS_DIR; }; + ADDF535606DE6CC800C4E7F8 /* ExpatSaxDriver-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "ExpatSaxDriver-Info.plist"; sourceTree = ""; }; + ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = "bundle-info.plist"; sourceTree = ""; }; + ADDF538706DE6EA300C4E7F8 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; + ADDF538806DE6EA300C4E7F8 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + ADDF538A06DE6EA300C4E7F8 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = GNUmakefile; sourceTree = ""; tabWidth = 8; usesTabs = 1; }; + ADDF538B06DE6EA300C4E7F8 /* GNUmakefile.preamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = GNUmakefile.preamble; sourceTree = ""; tabWidth = 8; usesTabs = 1; }; + ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = ExpatSaxDriver.m; sourceTree = ""; }; + ADDF539406DE6EA300C4E7F8 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + ADDF539706DE6EA300C4E7F8 /* unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = unicode.h; sourceTree = ""; }; + ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/Wrapper/SaxObjC.framework"; sourceTree = ""; }; + ADDF549206DE714700C4E7F8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; + ADECEE4F078A4DB900B7221D /* fhs.make */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = fhs.make; sourceTree = ""; tabWidth = 8; }; + ADECEE50078A4DB900B7221D /* GNUmakefile.postamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile.postamble; sourceTree = ""; tabWidth = 8; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + ADDF535206DE6CC800C4E7F8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ADDF541E06DE710900C4E7F8 /* SaxObjC.framework in Frameworks */, + ADDF549306DE714700C4E7F8 /* Foundation.framework in Frameworks */, + ADDB0CEE0A792F5100043618 /* libexpat.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + ADDF534406DE6C5300C4E7F8 = { + isa = PBXGroup; + children = ( + ADDB0CED0A792F5100043618 /* libexpat.dylib */, + ADDF539406DE6EA300C4E7F8 /* README */, + ADDF538806DE6EA300C4E7F8 /* COPYING */, + ADDF538506DE6EA300C4E7F8 /* bundle-info.plist */, + ADDF53AF06DE6EBD00C4E7F8 /* Makefiles */, + ADDF53B206DE6ECF00C4E7F8 /* Headers */, + ADDF53B506DE6ED700C4E7F8 /* Classes */, + ADDF53C606DE6EE300C4E7F8 /* Resources */, + ADDF535506DE6CC800C4E7F8 /* Products */, + ADDF53CE06DE6FC500C4E7F8 /* Linked Frameworks */, + ); + sourceTree = ""; + }; + ADDF535506DE6CC800C4E7F8 /* Products */ = { + isa = PBXGroup; + children = ( + ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */, + ); + name = Products; + sourceTree = ""; + }; + ADDF53AF06DE6EBD00C4E7F8 /* Makefiles */ = { + isa = PBXGroup; + children = ( + ADDF538A06DE6EA300C4E7F8 /* GNUmakefile */, + ADDF538B06DE6EA300C4E7F8 /* GNUmakefile.preamble */, + ADECEE50078A4DB900B7221D /* GNUmakefile.postamble */, + ADECEE4F078A4DB900B7221D /* fhs.make */, + ); + name = Makefiles; + sourceTree = ""; + }; + ADDF53B206DE6ECF00C4E7F8 /* Headers */ = { + isa = PBXGroup; + children = ( + ADDF539706DE6EA300C4E7F8 /* unicode.h */, + ); + name = Headers; + sourceTree = ""; + }; + ADDF53B506DE6ED700C4E7F8 /* Classes */ = { + isa = PBXGroup; + children = ( + ADDF538706DE6EA300C4E7F8 /* common.h */, + ADDF539106DE6EA300C4E7F8 /* ExpatSaxDriver.m */, + ); + name = Classes; + sourceTree = ""; + }; + ADDF53C606DE6EE300C4E7F8 /* Resources */ = { + isa = PBXGroup; + children = ( + ADDF535606DE6CC800C4E7F8 /* ExpatSaxDriver-Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + ADDF53CE06DE6FC500C4E7F8 /* Linked Frameworks */ = { + isa = PBXGroup; + children = ( + ADDF549206DE714700C4E7F8 /* Foundation.framework */, + ADDF541D06DE710900C4E7F8 /* SaxObjC.framework */, + ); + name = "Linked Frameworks"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + ADDF535306DE6CC800C4E7F8 /* ExpatSaxDriver */ = { + isa = PBXNativeTarget; + buildConfigurationList = ADA0769B0857286600993825 /* Build configuration list for PBXNativeTarget "ExpatSaxDriver" */; + buildPhases = ( + ADDF535006DE6CC800C4E7F8 /* Resources */, + ADDF535106DE6CC800C4E7F8 /* Sources */, + ADDF535206DE6CC800C4E7F8 /* Frameworks */, + ADABC87D0700496800B582C7 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ExpatSaxDriver; + productName = ExpatSaxDriver; + productReference = ADDF535406DE6CC800C4E7F8 /* ExpatSaxDriver.sax */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + ADDF534806DE6C5400C4E7F8 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = ADA0769F0857286600993825 /* Build configuration list for PBXProject "ExpatSaxDriver" */; + hasScannedForEncodings = 0; + mainGroup = ADDF534406DE6C5300C4E7F8; + productRefGroup = ADDF535506DE6CC800C4E7F8 /* Products */; + projectDirPath = ""; + targets = ( + ADDF535306DE6CC800C4E7F8 /* ExpatSaxDriver */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + ADDF535006DE6CC800C4E7F8 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADDF539906DE6EA300C4E7F8 /* bundle-info.plist in Resources */, + ADDF539C06DE6EA300C4E7F8 /* COPYING in Resources */, + ADDF53A806DE6EA300C4E7F8 /* README in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + ADDF535106DE6CC800C4E7F8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADDF53A506DE6EA300C4E7F8 /* ExpatSaxDriver.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + ADA0769C0857286600993825 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + "DEBUG=1", + ); + INFOPLIST_FILE = "ExpatSaxDriver-Info.plist"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers"; + OTHER_CFLAGS = "-I/usr/include/libxml2"; + OTHER_LDFLAGS = "-lxml2"; + PRODUCT_NAME = ExpatSaxDriver; + WARNING_CFLAGS = "-Wmost"; + WRAPPER_EXTENSION = sax; + ZERO_LINK = YES; + }; + name = Development; + }; + ADA0769D0857286600993825 /* Wrapper */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + DEPLOYMENT_LOCATION = NO; + DEPLOYMENT_POSTPROCESSING = YES; + DSTROOT = /; + FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + GCC_PREPROCESSOR_DEFINITIONS = ( + "APPLE_RUNTIME=1", + "NeXT_Foundation_LIBRARY=1", + "COCOA_Foundation_LIBRARY=1", + "NeXT_RUNTIME=1", + "COMPILE_AS_FRAMEWORK=1", + ); + INFOPLIST_FILE = "ExpatSaxDriver-Info.plist"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers"; + OTHER_CFLAGS = "-I/usr/include/libxml2"; + OTHER_LDFLAGS = "-lxml2"; + PRODUCT_NAME = ExpatSaxDriver; + SKIP_INSTALL = YES; + SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build"; + UNSTRIPPED_PRODUCT = NO; + WARNING_CFLAGS = "-Wmost"; + WRAPPER_EXTENSION = sax; + ZERO_LINK = NO; + }; + name = Wrapper; + }; + ADA0769E0857286600993825 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = common.h; + INFOPLIST_FILE = "ExpatSaxDriver-Info.plist"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers"; + OTHER_CFLAGS = "-I/usr/include/libxml2"; + OTHER_LDFLAGS = "-lxml2"; + PRODUCT_NAME = ExpatSaxDriver; + WARNING_CFLAGS = "-Wmost"; + WRAPPER_EXTENSION = sax; + }; + name = Default; + }; + ADA076A00857286600993825 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Development; + }; + ADA076A10857286600993825 /* Wrapper */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Wrapper; + }; + ADA076A20857286600993825 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + ADA0769B0857286600993825 /* Build configuration list for PBXNativeTarget "ExpatSaxDriver" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADA0769C0857286600993825 /* Development */, + ADA0769D0857286600993825 /* Wrapper */, + ADA0769E0857286600993825 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + ADA0769F0857286600993825 /* Build configuration list for PBXProject "ExpatSaxDriver" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ADA076A00857286600993825 /* Development */, + ADA076A10857286600993825 /* Wrapper */, + ADA076A20857286600993825 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; +/* End XCConfigurationList section */ + }; + rootObject = ADDF534806DE6C5400C4E7F8 /* Project object */; +} diff --git a/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective new file mode 100644 index 00000000..6ad8f040 --- /dev/null +++ b/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj/znek.perspective @@ -0,0 +1,1448 @@ + + + + + ActivePerspectiveName + Build + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXRunSessionModule + Name + Run Log + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspective + FavBarConfig + + PBXProjectModuleGUID + ADDB0CC40A792D3A00043618 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.default + MajorVersion + 33 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + + + OpenEditors + + PerspectiveWidths + + 1032 + 1032 + 1032 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-target-popup + action + NSToolbarFlexibleSpaceItem + buildOrClean + build-and-runOrDebug + com.apple.ide.PBXToolbarStopButton + get-info + toggle-editor + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 268 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + ADDF534406DE6C5300C4E7F8 + ADDF53AF06DE6EBD00C4E7F8 + ADDF53B206DE6ECF00C4E7F8 + ADDF53B506DE6ED700C4E7F8 + ADDF53C606DE6EE300C4E7F8 + ADDF535506DE6CC800C4E7F8 + ADDF53CE06DE6FC500C4E7F8 + 1C37FBAC04509CD000000102 + ADDB0CF10A792F6900043618 + ADDB0CF20A792F6900043618 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 26 + 23 + 22 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {268, 740}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {285, 758}} + GroupTreeTableConfiguration + + MainColumn + 268 + + + Module + PBXSmartGroupTreeModule + Proportion + 285pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + ADDB0CA70A792D2400043618 + PBXProjectModuleLabel + ExpatSaxDriver.m + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + ADDB0CA80A792D2400043618 + PBXProjectModuleLabel + ExpatSaxDriver.m + _historyCapacity + 0 + bookmark + ADDB0CF30A792F6900043618 + history + + ADDB0CA90A792D2400043618 + ADDB0CB80A792D3A00043618 + ADDB0CD60A792EBE00043618 + ADDB0CEC0A792F3400043618 + + nextStack + + ADDB0CD90A792EBE00043618 + + prevStack + + ADDB0CAC0A792D2400043618 + ADDB0CAD0A792D2400043618 + ADDB0CBA0A792D3A00043618 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {742, 226}} + + Module + PBXNavigatorGroup + Proportion + 226pt + + + Proportion + 527pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {742, 500}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + + + Proportion + 742pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + + TableOfContents + + ADDB0CBC0A792D3A00043618 + 1CA23ED40692098700951B8B + ADDB0CBD0A792D3A00043618 + ADDB0CA70A792D2400043618 + ADDB0CBE0A792D3A00043618 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + + ToolbarConfiguration + xcode.toolbar.config.default + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-target-popup + active-executable-popup + active-buildstyle-popup + NSToolbarFlexibleSpaceItem + build + clean + NSToolbarSeparatorItem + run + debug + + ControllerClassBaseName + + IconName + BuildTabIcon + Identifier + perspective.build + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + PBXProjectModuleGUID + 1CA23EE50692099D00951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 184 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + ADDF534406DE6C5300C4E7F8 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {184, 740}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {201, 758}} + GroupTreeTableConfiguration + + MainColumn + 184 + + RubberWindowFrame + 448 336 1032 799 0 0 1920 1178 + + Module + PBXSmartGroupTreeModule + Proportion + 201pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + ADDB0CA70A792D2400043618 + PBXProjectModuleLabel + ExpatSaxDriver.m + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + ADDB0CA80A792D2400043618 + PBXProjectModuleLabel + ExpatSaxDriver.m + _historyCapacity + 0 + bookmark + ADDB0CF40A792F6900043618 + history + + ADDB0CA90A792D2400043618 + ADDB0CD00A792D8800043618 + ADDB0CD60A792EBE00043618 + ADDB0CF00A792F5300043618 + + nextStack + + ADDB0CD90A792EBE00043618 + + prevStack + + ADDB0CAC0A792D2400043618 + ADDB0CBA0A792D3A00043618 + ADDB0CAD0A792D2400043618 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {826, 310}} + RubberWindowFrame + 448 336 1032 799 0 0 1920 1178 + + Module + PBXNavigatorGroup + Proportion + 310pt + + + Proportion + 443pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build + XCBuildResultsTrigger_Collapse + 1020 + XCBuildResultsTrigger_Open + 1010 + + GeometryConfiguration + + Frame + {{10, 27}, {826, 416}} + RubberWindowFrame + 448 336 1032 799 0 0 1920 1178 + + Module + PBXBuildResultsModule + + + ContentConfiguration + + LauncherConfigVersion + 3 + PBXProjectModuleGUID + 1CA23EE80692099D00951B8B + PBXProjectModuleLabel + Run + Runner + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {365, 167}} + {{0, 176}, {365, 267}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {405, 443}} + {{414, 0}, {514, 443}} + + + + + GeometryConfiguration + + Frame + {{0, 0}, {0, 0}} + + Module + PBXRunSessionModule + + + + + Proportion + 826pt + + + Name + Build + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + PBXBuildResultsModule + PBXRunSessionModule + XCConsole + + TableOfContents + + ADDB0CC00A792D3A00043618 + 1CA23EE50692099D00951B8B + ADDB0CC10A792D3A00043618 + ADDB0CA70A792D2400043618 + ADDB0CC20A792D3A00043618 + XCMainBuildResultsModuleGUID + 1CA23EE80692099D00951B8B + ADDB0CC30A792D3A00043618 + + ToolbarConfiguration + xcode.toolbar.config.buildAndRun + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + build-and-debug + debug + NSToolbarFlexibleSpaceItem + debugger-fix-and-continue + debugger-restart-executable + debugger-pause + debugger-continue + debugger-step-over + debugger-step-into + debugger-step-out + debugger-step-instruction + NSToolbarFlexibleSpaceItem + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debug + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 175714153.719089 + ToolbarDisplayMode + 2 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/znek/Projects/OGo/SOPE/Recycler/ExpatSaxDriver/ExpatSaxDriver.xcodeproj + + WindowString + 448 336 1032 799 0 0 1920 1178 + WindowTools + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.run + Layout + + + Dock + + + ContentConfiguration + + LauncherConfigVersion + 3 + PBXProjectModuleGUID + 1CD0528B0623707200166675 + PBXProjectModuleLabel + Run - cocoapp112 - cocoapp112 + Runner + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {365, 167}} + {{0, 176}, {365, 267}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {405, 443}} + {{414, 0}, {514, 443}} + + + + + GeometryConfiguration + + Frame + {{0, 0}, {456, 192}} + RubberWindowFrame + 741 130 456 234 0 0 1280 1002 + + Module + PBXRunSessionModule + Proportion + 192pt + + + Proportion + 192pt + + + Name + Run Log + ServiceClasses + + PBXRunSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAF065D492600B07095 + 1C78EAB0065D492600B07095 + 1CD0528B0623707200166675 + 1C78EAB1065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.run + WindowString + 741 130 456 234 0 0 1280 1002 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 2 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpoints + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimator + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + + diff --git a/Recycler/ExpatSaxDriver/GNUmakefile b/Recycler/ExpatSaxDriver/GNUmakefile index 436c3915..3215d255 100644 --- a/Recycler/ExpatSaxDriver/GNUmakefile +++ b/Recycler/ExpatSaxDriver/GNUmakefile @@ -7,7 +7,7 @@ include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = ExpatSaxDriver BUNDLE_EXTENSION = .sax -BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/Bundles +BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/ ExpatSaxDriver_OBJC_FILES = \ ExpatSaxDriver.m \ @@ -16,7 +16,7 @@ ExpatSaxDriver_BUNDLE_LIBS += -lSaxObjC -lexpat ExpatSaxDriver_RESOURCE_FILES = bundle-info.plist -ADDITIONAL_INCLUDE_DIRS += -I../.. -I.. +ADDITIONAL_INCLUDE_DIRS += -I/usr/local/include ifneq ($(GNUSTEP_BUILD_DIR),) ADDITIONAL_LIB_DIRS += \ diff --git a/Recycler/ExpatSaxDriver/README b/Recycler/ExpatSaxDriver/README index c5fc27c8..bff91a8a 100644 --- a/Recycler/ExpatSaxDriver/README +++ b/Recycler/ExpatSaxDriver/README @@ -1,7 +1,11 @@ -# $Id$ - ExpatSaxDriver ============== This directory contains the sources for a SAX driver bundle which works on top of the Expat XML processing library. + +NOTE: this driver is outdated now, hence it's in the recycler. I +revived it for some test against the libxmlSAXDriver which nevertheless +showed that expat consumes way less memory and seems to be much faster +when parsing "large" (in my case a 9MB XML plist) XML files than +libxml2. diff --git a/Recycler/ExpatSaxDriver/Version b/Recycler/ExpatSaxDriver/Version new file mode 100644 index 00000000..a60f7304 --- /dev/null +++ b/Recycler/ExpatSaxDriver/Version @@ -0,0 +1,3 @@ +# version + +SUBMINOR_VERSION:=0 diff --git a/Recycler/ExpatSaxDriver/bundle-info.plist b/Recycler/ExpatSaxDriver/bundle-info.plist index 13dbe122..d95f73f2 100644 --- a/Recycler/ExpatSaxDriver/bundle-info.plist +++ b/Recycler/ExpatSaxDriver/bundle-info.plist @@ -1,5 +1,5 @@ { - CVS = "$Id$"; + CVS = "$Id: bundle-info.plist 4 2004-08-20 17:04:31Z helge $"; //bundleHandler = NSObject; requires = { diff --git a/Recycler/ExpatSaxDriver/common.h b/Recycler/ExpatSaxDriver/common.h index 0016e584..5d936fa4 100644 --- a/Recycler/ExpatSaxDriver/common.h +++ b/Recycler/ExpatSaxDriver/common.h @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ +// $Id: common.h 1 2004-08-20 10:08:27Z znek $ #import