[Bedework-commit] davutil r52 - trunk/davdefs/src/org/bedework/davdefs

svnadmin at bedework.org svnadmin at bedework.org
Wed May 9 12:42:18 EDT 2007


Author: douglm
Date: 2007-05-09 12:42:15 -0400 (Wed, 09 May 2007)
New Revision: 52

Added:
   trunk/davdefs/src/org/bedework/davdefs/AppleServerTags.java
Log:
Add missing properties to freebusy response

Add missed file

Added: trunk/davdefs/src/org/bedework/davdefs/AppleServerTags.java
===================================================================
--- trunk/davdefs/src/org/bedework/davdefs/AppleServerTags.java	                        (rev 0)
+++ trunk/davdefs/src/org/bedework/davdefs/AppleServerTags.java	2007-05-09 16:42:15 UTC (rev 52)
@@ -0,0 +1,42 @@
+/* **********************************************************************
+    Copyright 2005 Rensselaer Polytechnic Institute. All worldwide rights reserved.
+
+    Redistribution and use of this distribution in source and binary forms,
+    with or without modification, are permitted provided that:
+       The above copyright notice and this permission notice appear in all
+        copies and supporting documentation;
+
+        The name, identifiers, and trademarks of Rensselaer Polytechnic
+        Institute are not used in advertising or publicity without the
+        express prior written permission of Rensselaer Polytechnic Institute;
+
+    DISCLAIMER: The software is distributed" AS IS" without any express or
+    implied warranty, including but not limited to, any implied warranties
+    of merchantability or fitness for a particular purpose or any warrant)'
+    of non-infringement of any current or pending patent rights. The authors
+    of the software make no representations about the suitability of this
+    software for any particular purpose. The entire risk as to the quality
+    and performance of the software is with the user. Should the software
+    prove defective, the user assumes the cost of all necessary servicing,
+    repair or correction. In particular, neither Rensselaer Polytechnic
+    Institute, nor the authors of the software are liable for any indirect,
+    special, consequential, or incidental damages related to the software,
+    to the maximum extent the law permits.
+*/
+package org.bedework.davdefs;
+
+import edu.rpi.sss.util.xml.QName;
+
+/** Apple specific tags.
+ *
+ * @author douglm
+ *
+ */
+public class AppleServerTags {
+  /** */
+  public static final String appleCaldavNamespace = "http://calendarserver.org/ns/";
+
+  /**   */
+  public static final QName getctag = new QName(appleCaldavNamespace,
+                                                "getctag");
+}


Property changes on: trunk/davdefs/src/org/bedework/davdefs/AppleServerTags.java
___________________________________________________________________
Name: svn:eol-style
   + LF



More information about the Bedework-commit mailing list