From: znek Date: Tue, 14 Dec 2004 18:57:31 +0000 (+0000) Subject: minor fixes to xcode projects X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b68fa817ab35a96d9ca8f156107837a51244810;p=sope minor fixes to xcode projects git-svn-id: http://svn.opengroupware.org/SOPE/trunk@446 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/ChangeLogSaxDriver/ChangeLog b/sope-xml/ChangeLogSaxDriver/ChangeLog index fe26df1f..f1e08afc 100644 --- a/sope-xml/ChangeLogSaxDriver/ChangeLog +++ b/sope-xml/ChangeLogSaxDriver/ChangeLog @@ -1,3 +1,7 @@ +2004-12-14 Marcus Mueller + + * ChangeLogSaxDriver.xcode: minor fixes + 2004-12-07 Marcus Mueller * ChangeLog: created (v4.5.0) diff --git a/sope-xml/ChangeLogSaxDriver/ChangeLogSaxDriver.xcode/project.pbxproj b/sope-xml/ChangeLogSaxDriver/ChangeLogSaxDriver.xcode/project.pbxproj index 839d38a8..d565b865 100644 --- a/sope-xml/ChangeLogSaxDriver/ChangeLogSaxDriver.xcode/project.pbxproj +++ b/sope-xml/ChangeLogSaxDriver/ChangeLogSaxDriver.xcode/project.pbxproj @@ -145,7 +145,7 @@ buildRules = ( ); buildSettings = { - FRAMEWORK_SEARCH_PATHS = "\"$(LOCAL_LIBRARY_DIR)/Frameworks\" /Local/BuildArea"; + FRAMEWORK_SEARCH_PATHS = "\"$(LOCAL_LIBRARY_DIR)/Frameworks\" /Library/Frameworks"; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = common.h; @@ -303,7 +303,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; - path = /Library/Frameworks/SaxObjC.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/SaxObjC.framework"; refType = 0; sourceTree = ""; }; @@ -339,7 +339,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NGExtensions.framework; - path = /Library/Frameworks/NGExtensions.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/NGExtensions.framework"; refType = 0; sourceTree = ""; }; diff --git a/sope-xml/DOM/ChangeLog b/sope-xml/DOM/ChangeLog index 81118456..c1429193 100644 --- a/sope-xml/DOM/ChangeLog +++ b/sope-xml/DOM/ChangeLog @@ -1,3 +1,7 @@ +2004-12-14 Marcus Mueller + + * DOM.xcode: minor cleanup + 2004-09-22 Marcus Mueller * DOM.xcode: minor fixes diff --git a/sope-xml/DOM/DOM.xcode/project.pbxproj b/sope-xml/DOM/DOM.xcode/project.pbxproj index 4ed513e4..34d72f34 100644 --- a/sope-xml/DOM/DOM.xcode/project.pbxproj +++ b/sope-xml/DOM/DOM.xcode/project.pbxproj @@ -31,7 +31,6 @@ COPY_PHASE_STRIP = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = "APPLE_RUNTIME=1 NeXT_Foundation_LIBRARY=1 COCOA_Foundation_LIBRARY=1 NeXT_RUNTIME=1 COMPILE_AS_FRAMEWORK=1 DEBUG=1"; }; isa = PBXBuildStyle; name = Development; @@ -47,7 +46,6 @@ GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = "APPLE_RUNTIME=1 NeXT_Foundation_LIBRARY=1 COCOA_Foundation_LIBRARY=1 NeXT_RUNTIME=1 COMPILE_AS_FRAMEWORK=1"; SKIP_INSTALL = YES; SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build"; @@ -128,8 +126,6 @@ AD01317106DE797E000910D8, AD01317306DE797E000910D8, AD01317406DE797E000910D8, - AD0131B506DE797E000910D8, - AD0131B606DE797E000910D8, AD0131BC06DE797E000910D8, AD0131BD06DE797E000910D8, AD0131BE06DE797E000910D8, @@ -203,6 +199,7 @@ FRAMEWORK_VERSION = A; 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"; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = "DOM-Info.plist"; @@ -1474,18 +1471,6 @@ ); }; }; - AD0131B506DE797E000910D8 = { - fileRef = AD01316606DE797E000910D8; - isa = PBXBuildFile; - settings = { - }; - }; - AD0131B606DE797E000910D8 = { - fileRef = AD01316706DE797E000910D8; - isa = PBXBuildFile; - settings = { - }; - }; AD0131B706DE797E000910D8 = { fileRef = AD01316806DE797E000910D8; isa = PBXBuildFile; @@ -1657,6 +1642,7 @@ AD01333506DE7A14000910D8 = { children = ( AD01333606DE7A3E000910D8, + ADAD5B57076F68D000AAD24E, ); isa = PBXGroup; name = "Linked Frameworks"; @@ -1724,6 +1710,14 @@ remoteGlobalIDString = ADDF54A906DE727A00C4E7F8; remoteInfo = SaxObjC; }; + ADAD5B57076F68D000AAD24E = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = SaxObjC.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/SaxObjC.framework"; + refType = 0; + sourceTree = ""; + }; }; rootObject = AD01311406DE7937000910D8; } diff --git a/sope-xml/XmlRpc/ChangeLog b/sope-xml/XmlRpc/ChangeLog index cac95619..1cfedda9 100644 --- a/sope-xml/XmlRpc/ChangeLog +++ b/sope-xml/XmlRpc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-14 Marcus Mueller + + * XmlRpc.xcode: minor cleanup + 2004-09-22 Marcus Mueller * XmlRpc.xcode: minor fixes diff --git a/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj b/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj index fd09abe4..c850e7a0 100644 --- a/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj +++ b/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj @@ -103,8 +103,6 @@ AD0133EA06DE7E48000910D8, AD0133EC06DE7E48000910D8, AD0133ED06DE7E48000910D8, - AD0133EE06DE7E48000910D8, - AD0133EF06DE7E48000910D8, AD0133FD06DE7E48000910D8, AD0133FE06DE7E48000910D8, ); @@ -585,18 +583,6 @@ settings = { }; }; - AD0133EE06DE7E48000910D8 = { - fileRef = AD0133C906DE7E47000910D8; - isa = PBXBuildFile; - settings = { - }; - }; - AD0133EF06DE7E48000910D8 = { - fileRef = AD0133CA06DE7E47000910D8; - isa = PBXBuildFile; - settings = { - }; - }; AD0133F006DE7E48000910D8 = { fileRef = AD0133CB06DE7E47000910D8; isa = PBXBuildFile; @@ -848,6 +834,8 @@ AD01346C06DE7EAF000910D8 = { children = ( AD01347B06DE7FBB000910D8, + ADAD5C6F076F699E00AAD24E, + ADAD5C6E076F699E00AAD24E, ); isa = PBXGroup; name = "Linked Frameworks"; @@ -953,6 +941,22 @@ settings = { }; }; + ADAD5C6E076F699E00AAD24E = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = DOM.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/DOM.framework"; + refType = 0; + sourceTree = ""; + }; + ADAD5C6F076F699E00AAD24E = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = SaxObjC.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/SaxObjC.framework"; + refType = 0; + sourceTree = ""; + }; ADFA0CFD06E227BC009429E9 = { children = ( AD0133E206DE7E48000910D8, diff --git a/sope-xml/libxmlSAXDriver/ChangeLog b/sope-xml/libxmlSAXDriver/ChangeLog index 5dba5bb4..0922e64f 100644 --- a/sope-xml/libxmlSAXDriver/ChangeLog +++ b/sope-xml/libxmlSAXDriver/ChangeLog @@ -1,3 +1,7 @@ +2004-12-14 Marcus Mueller + + * libxmlSAXDriver.xcode: minor fixes + 2004-11-04 Helge Hess * use Version file for install directory location diff --git a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj index 301498bf..42d0f3ea 100644 --- a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj +++ b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj @@ -510,7 +510,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; - path = /Library/Frameworks/SaxObjC.framework; + path = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks/SaxObjC.framework"; refType = 0; sourceTree = ""; };