From 84341d60077204d4006b970aecc0ac22270d2282 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 8 Feb 2007 15:13:55 +0000 Subject: [PATCH] added Apple CalServer namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1406 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 4 ++++ sope-xml/SaxObjC/Version | 2 +- sope-xml/SaxObjC/XMLNamespaces.h | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 3077b077..cf0c9242 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2007-02-08 Helge Hess + + * XMLNamespaces.h: added XMLNS_AppleCalServer namespace (v4.5.62) + 2006-09-20 Helge Hess * GNUmakefile.preamble: filter out -O% flags for files using exception diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 9846aa8d..3fea82c7 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=61 +SUBMINOR_VERSION:=62 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 499326e8..570f20da 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -277,4 +277,10 @@ # define XMLNS_CALDAV @"urn:ietf:params:xml:ns:caldav" #endif +/* Apple CalServer */ + +#ifndef XMLNS_AppleCalServer +# define XMLNS_AppleCalServer @"http://apple.com/ns/calendarserver/" +#endif + #endif /* __SaxObjC_XML_Namespaces_H__ */ -- 2.39.5