[CalendarServer-changes] [639] CalendarServer/trunk/twistedcaldav/directory/test

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 1 11:39:02 PST 2006


Revision: 639
          http://trac.macosforge.org/projects/calendarserver/changeset/639
Author:   wsanchez at apple.com
Date:     2006-12-01 11:39:01 -0800 (Fri, 01 Dec 2006)

Log Message:
-----------
Don't want two copies of the DTD in the sources

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/test/accounts.xml

Removed Paths:
-------------
    CalendarServer/trunk/twistedcaldav/directory/test/accounts.dtd

Deleted: CalendarServer/trunk/twistedcaldav/directory/test/accounts.dtd
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/accounts.dtd	2006-12-01 19:25:32 UTC (rev 638)
+++ CalendarServer/trunk/twistedcaldav/directory/test/accounts.dtd	2006-12-01 19:39:01 UTC (rev 639)
@@ -1,39 +0,0 @@
-<!--
-Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-DRI: Cyrus Daboo, cdaboo at apple.com
- -->
-
-<!ELEMENT accounts (user*, group*, resource*) >
-
-  <!ELEMENT user (uid, pswd, name, cuaddr*, calendar*, quota?, autorespond?, canproxy?)>
-    <!ATTLIST user repeat CDATA "1">
-
-  <!ELEMENT group (uid, pswd, name, members, cuaddr*, calendar*, quota?)>
-    <!ATTLIST group repeat CDATA "1">
-
-  <!ELEMENT resource (uid, pswd, name, cuaddr*, calendar*, quota?, autorespond?, canproxy?)>
-    <!ATTLIST resource repeat CDATA "1">
-
-    <!ELEMENT uid         (#PCDATA)>
-    <!ELEMENT pswd        (#PCDATA)>
-    <!ELEMENT name        (#PCDATA)>
-    <!ELEMENT cuaddr      (#PCDATA)>
-    <!ELEMENT calendar    (#PCDATA)>
-    <!ELEMENT quota       (#PCDATA)>
-    <!ELEMENT autorespond EMPTY>
-    <!ELEMENT canproxy    EMPTY>
-    <!ELEMENT members     (uid*)>
-    
\ No newline at end of file

Modified: CalendarServer/trunk/twistedcaldav/directory/test/accounts.xml
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/accounts.xml	2006-12-01 19:25:32 UTC (rev 638)
+++ CalendarServer/trunk/twistedcaldav/directory/test/accounts.xml	2006-12-01 19:39:01 UTC (rev 639)
@@ -16,7 +16,7 @@
 limitations under the License.
  -->
 
-<!DOCTYPE accounts SYSTEM "accounts.dtd">
+<!DOCTYPE accounts SYSTEM "../../../conf/accounts.dtd">
 
 <accounts realm="Test Realm">
   <user>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061201/924a16f4/attachment.html


More information about the calendarserver-changes mailing list