[CalendarServer-changes] [989] CalDAVTester/trunk/scripts/server/serverinfo.xml

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 8 18:27:51 PST 2007


Revision: 989
          http://trac.macosforge.org/projects/calendarserver/changeset/989
Author:   cdaboo at apple.com
Date:     2007-01-08 18:27:51 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
Record types are now plural.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/server/serverinfo.xml

Modified: CalDAVTester/trunk/scripts/server/serverinfo.xml
===================================================================
--- CalDAVTester/trunk/scripts/server/serverinfo.xml	2007-01-09 02:26:50 UTC (rev 988)
+++ CalDAVTester/trunk/scripts/server/serverinfo.xml	2007-01-09 02:27:51 UTC (rev 989)
@@ -32,13 +32,13 @@
 		<!-- relative path to principal collection-->
 		<substitution>
 			<key>$principals:</key>
-			<value>/principals/user/</value>
+			<value>/principals/users/</value>
 		</substitution>
 
 		<!-- relative path to resource principal collection-->
 		<substitution>
 			<key>$resources:</key>
-			<value>/principals/resource/</value>
+			<value>/principals/resources/</value>
 		</substitution>
 
 		<!-- user id for admin user -->
@@ -54,13 +54,13 @@
 		<!-- relative path to admin principal resource-->
 		<substitution>
 			<key>$principaladmin:</key>
-			<value>/principals/user/admin/</value>
+			<value>/principals/users/admin/</value>
 		</substitution>
 
 		<!-- relative path to principal collection-->
 		<substitution>
 			<key>$principals:</key>
-			<value>/principals/user/</value>
+			<value>/principals/users/</value>
 		</substitution>
 
 		<!-- relative path to first user principal resource-->
@@ -76,17 +76,17 @@
 		<!-- relative path to first user principal resource-->
 		<substitution>
 			<key>$principal:</key>
-			<value>/principals/user/user01/</value>
+			<value>/principals/users/user01/</value>
 		</substitution>
 		<!-- relative path to first user calendar home-->
 		<substitution>
 			<key>$pathprefix:</key>
-			<value>/calendars/user/user01</value>
+			<value>/calendars/users/user01</value>
 		</substitution>
 		<!-- relative path to first user calendar home-->
 		<substitution>
 			<key>$calendarpath1:</key>
-			<value>/calendars/user/user01/calendar</value>
+			<value>/calendars/users/user01/calendar</value>
 		</substitution>
 		<!-- calendar user address of first user-->
 		<substitution>
@@ -107,12 +107,12 @@
 		<!-- relative path to second user principal resource-->
 		<substitution>
 			<key>$principal2:</key>
-			<value>/principals/user/user02/</value>
+			<value>/principals/users/user02/</value>
 		</substitution>
 		<!-- relative path to second user calendar home-->
 		<substitution>
 			<key>$pathprefix2:</key>
-			<value>/calendars/user/user02</value>
+			<value>/calendars/users/user02</value>
 		</substitution>
 		<!-- calendar user address of second user-->
 		<substitution>
@@ -133,12 +133,12 @@
 		<!-- relative path to third user principal resource-->
 		<substitution>
 			<key>$principal3:</key>
-			<value>/principals/user/user03/</value>
+			<value>/principals/users/user03/</value>
 		</substitution>
 		<!-- relative path to third user calendar home-->
 		<substitution>
 			<key>$pathprefix3:</key>
-			<value>/calendars/user/user03</value>
+			<value>/calendars/users/user03</value>
 		</substitution>
 		<!-- calendar user address of third user-->
 		<substitution>
@@ -149,12 +149,12 @@
 		<!-- relative path to first resource calendar home-->
 		<substitution>
 			<key>$rpathprefix1:</key>
-			<value>/calendars/resource/resource01</value>
+			<value>/calendars/resources/resource01</value>
 		</substitution>
 		<!-- relative path to first resource principal resource-->
 		<substitution>
 			<key>$rprincipal1:</key>
-			<value>/principals/resource/resource01/</value>
+			<value>/principals/resources/resource01/</value>
 		</substitution>
 	</substitutions>
 	<serverfilepath>/Users/cyrusdaboo/Documents/Development/Apple/eclipse/CalendarServer/twistedcaldav/test/data/</serverfilepath>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070108/9d480400/attachment.html


More information about the calendarserver-changes mailing list