[CalendarServer-changes] [991]
CalDAVTester/trunk/scripts/server/serverinfo-monitor.xml
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 8 18:55:59 PST 2007
Revision: 991
http://trac.macosforge.org/projects/calendarserver/changeset/991
Author: cdaboo at apple.com
Date: 2007-01-08 18:55:58 -0800 (Mon, 08 Jan 2007)
Log Message:
-----------
Record types are now plural.
Modified Paths:
--------------
CalDAVTester/trunk/scripts/server/serverinfo-monitor.xml
Modified: CalDAVTester/trunk/scripts/server/serverinfo-monitor.xml
===================================================================
--- CalDAVTester/trunk/scripts/server/serverinfo-monitor.xml 2007-01-09 02:52:59 UTC (rev 990)
+++ CalDAVTester/trunk/scripts/server/serverinfo-monitor.xml 2007-01-09 02:55:58 UTC (rev 991)
@@ -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>
@@ -94,5 +94,5 @@
<value>mailto:user01 at example.com</value>
</substitution>
</substitutions>
- <serverfilepath>/Users/cyrusdaboo/Documents/Development/Apple/eclipse/CalendarServer/twistedcaldav/test/data/</serverfilepath>
+ <serverfilepath/>
</serverinfo>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070108/a607e1c4/attachment.html
More information about the calendarserver-changes
mailing list