From eb4ff77d464cfd1caadfa8ea640ca9d302c91407 Mon Sep 17 00:00:00 2001 From: znek Date: Wed, 22 Sep 2004 14:12:48 +0000 Subject: [PATCH] minor fixes to Xcode projects git-svn-id: http://svn.opengroupware.org/SOPE/trunk@159 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/DOM/ChangeLog | 4 ++++ sope-xml/DOM/DOM.xcode/project.pbxproj | 7 +++---- sope-xml/SaxObjC/ChangeLog | 4 ++++ sope-xml/SaxObjC/SaxObjC.xcode/project.pbxproj | 9 +++------ sope-xml/XmlRpc/ChangeLog | 4 ++++ sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj | 7 +++---- sope-xml/libxmlSAXDriver/ChangeLog | 4 ++++ .../libxmlSAXDriver.xcode/project.pbxproj | 7 +++---- 8 files changed, 28 insertions(+), 18 deletions(-) diff --git a/sope-xml/DOM/ChangeLog b/sope-xml/DOM/ChangeLog index 2ac489a1..81118456 100644 --- a/sope-xml/DOM/ChangeLog +++ b/sope-xml/DOM/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * DOM.xcode: minor fixes + 2004-09-21 Marcus Mueller * DOM.xcode: Fixed dependencies to resemble the make process diff --git a/sope-xml/DOM/DOM.xcode/project.pbxproj b/sope-xml/DOM/DOM.xcode/project.pbxproj index a9ae1126..7ad24608 100644 --- a/sope-xml/DOM/DOM.xcode/project.pbxproj +++ b/sope-xml/DOM/DOM.xcode/project.pbxproj @@ -261,10 +261,9 @@ AD01312106DE794E000910D8 = { isa = PBXFileReference; lastKnownFileType = text.xml; - name = "DOM-Info.plist"; - path = "/Users/znek/Projects/OGo/SOPE/sope-xml/DOM/DOM-Info.plist"; - refType = 0; - sourceTree = ""; + path = "DOM-Info.plist"; + refType = 4; + sourceTree = ""; }; AD01312206DE797D000910D8 = { fileEncoding = 4; diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 1f492db6..dad8af1d 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * SaxObjC.xcode: minor fixes + 2004-09-21 Marcus Mueller * SaxObjC.xcode: Fixed dependencies to resemble the make process diff --git a/sope-xml/SaxObjC/SaxObjC.xcode/project.pbxproj b/sope-xml/SaxObjC/SaxObjC.xcode/project.pbxproj index a7b17107..c1b2bbff 100644 --- a/sope-xml/SaxObjC/SaxObjC.xcode/project.pbxproj +++ b/sope-xml/SaxObjC/SaxObjC.xcode/project.pbxproj @@ -129,7 +129,6 @@ ADABC862070045C200B582C7, ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -173,7 +172,6 @@ ADABC89E07004CAE00B582C7, ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -434,10 +432,9 @@ ADDF54AB06DE727A00C4E7F8 = { isa = PBXFileReference; lastKnownFileType = text.xml; - name = "SaxObjC-Info.plist"; - path = "/Users/znek/Projects/OGo/SOPE/sope-xml/SaxObjC/SaxObjC-Info.plist"; - refType = 0; - sourceTree = ""; + path = "SaxObjC-Info.plist"; + refType = 4; + sourceTree = ""; }; ADDF54AE06DE728A00C4E7F8 = { children = ( diff --git a/sope-xml/XmlRpc/ChangeLog b/sope-xml/XmlRpc/ChangeLog index 9964b3ad..cac95619 100644 --- a/sope-xml/XmlRpc/ChangeLog +++ b/sope-xml/XmlRpc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * XmlRpc.xcode: minor fixes + 2004-09-21 Marcus Mueller * XmlRpc.xcode: Fixed dependencies to resemble the make process diff --git a/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj b/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj index edaf2f26..ff9bf534 100644 --- a/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj +++ b/sope-xml/XmlRpc/XmlRpc.xcode/project.pbxproj @@ -219,10 +219,9 @@ AD0133B806DE7DB0000910D8 = { isa = PBXFileReference; lastKnownFileType = text.xml; - name = "XmlRpc-Info.plist"; - path = "/Users/znek/Projects/OGo/SOPE/sope-xml/XmlRpc/XmlRpc-Info.plist"; - refType = 0; - sourceTree = ""; + path = "XmlRpc-Info.plist"; + refType = 4; + sourceTree = ""; }; AD0133C506DE7E47000910D8 = { fileEncoding = 5; diff --git a/sope-xml/libxmlSAXDriver/ChangeLog b/sope-xml/libxmlSAXDriver/ChangeLog index 3503d86d..4eeab8d4 100644 --- a/sope-xml/libxmlSAXDriver/ChangeLog +++ b/sope-xml/libxmlSAXDriver/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * libxmlSAXDriver.xcode: minor fixes + 2004-09-21 Marcus Mueller * libxmlSAXDriver.xcode: Fixed library search path diff --git a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj index d2d89b23..301498bf 100644 --- a/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj +++ b/sope-xml/libxmlSAXDriver/libxmlSAXDriver.xcode/project.pbxproj @@ -195,10 +195,9 @@ ADDF535606DE6CC800C4E7F8 = { isa = PBXFileReference; lastKnownFileType = text.xml; - name = "libxmlSAXDriver-Info.plist"; - path = "/Users/znek/Projects/OGo/SOPE/sope-xml/libxmlSAXDriver/libxmlSAXDriver-Info.plist"; - refType = 0; - sourceTree = ""; + path = "libxmlSAXDriver-Info.plist"; + refType = 4; + sourceTree = ""; }; ADDF538506DE6EA300C4E7F8 = { fileEncoding = 4; -- 2.39.5