[CalendarServer-changes] [600] CalendarServer/branches/users/wsanchez/provisioning-2/conf

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 17:18:38 PST 2006


Revision: 600
          http://trac.macosforge.org/projects/calendarserver/changeset/600
Author:   wsanchez at apple.com
Date:     2006-11-27 17:18:38 -0800 (Mon, 27 Nov 2006)

Log Message:
-----------
Move caldavd-dev.plist to caldavd-test.plist

Added Paths:
-----------
    CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-test.plist

Removed Paths:
-------------
    CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-dev.plist

Property Changed:
----------------
    CalendarServer/branches/users/wsanchez/provisioning-2/conf/


Property changes on: CalendarServer/branches/users/wsanchez/provisioning-2/conf
___________________________________________________________________
Name: svn:ignore
   - repository-dev.xml

   + caldavd-dev.xml


Deleted: CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-dev.plist
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-dev.plist	2006-11-28 01:17:07 UTC (rev 599)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-dev.plist	2006-11-28 01:18:38 UTC (rev 600)
@@ -1,138 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-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.
- -->
-
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-
-  <key>Verbose</key>
-  <false/>
-
-  <key>RunStandalone</key>
-  <true/>
-
-  <key>DocumentRoot</key>
-  <string>twistedcaldav/test/data/</string>
-
-  <key>Port</key>
-  <integer>8008</integer>
-
-  <key>SSLPort</key>
-  <integer>8443</integer>
-
-  <key>SSLEnable</key>
-  <true/>
-
-  <key>SSLOnly</key>
-  <false/>
-
-  <key>SSLPrivateKey</key>
-  <string>conf/server.pem</string>
-
-  <key>SSLCertificate</key>
-  <string>conf/server.pem</string>
-
-  <key>ServerLogFile</key>
-  <string>server.log</string>
-
-  <key>ErrorLogFile</key>
-  <string>error.log</string>
-
-  <key>PIDFile</key>
-  <string>caldavd.pid</string>
-
-  <key>CreateAccounts</key>
-  <true/>
-
-  <key>ResetAccountACLs</key>
-  <true/>
-
-  <!--  XML File Directory Service -->
-  <key>DirectoryService</key>
-  <dict>
-    <key>type</key>
-    <string>twistedcaldav.directory.xmlfile.XMLDirectoryService</string>
-  
-    <key>params</key>
-	<dict>
-	  <key>xmlFile</key>
-	  <string>conf/accounts.xml</string>
-	</dict>
-  </dict>
-  
-  <!--  SQL Directory Service -->
-  <!--
-  <key>twistedcaldav.directory.sqldb.DirectoryService</key>
-  <dict>
-    <key>type</key>
-    <string>SQLDirectoryService</string>
-  
-    <key>params</key>
-	<dict>
-	  <key>dbParentPath</key>
-	  <string>twistedcaldav/test/data/</string>
-	  <key>xmlFile</key>
-	  <string>conf/accounts.xml</string>
-	</dict>
-  </dict>
-  -->
-  
-  <!--  Open Directory Service -->
-  <!--
-  <key>DirectoryService</key>
-  <dict>
-    <key>type</key>
-    <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
-  
-    <key>params</key>
-	<dict>
-	  <key>node</key>
-	  <string>/Search</string>
-	</dict>
-  </dict>
-  -->
-  
-  <key>MaximumAttachmentSizeBytes</key>
-  <integer>1048576</integer><!-- 1Mb -->
-
-  <key>UserQuotaBytes</key>
-  <integer>104857600</integer><!-- 100Mb -->
-
-  <key>DropBoxEnabled</key>
-  <true/>
-
-  <key>DropBoxName</key>
-  <string>dropbox</string>
-
-  <key>DropBoxInheritedACLs</key>
-  <true/>
-
-  <key>NotificationsEnabled</key>
-  <true/>
-
-  <key>NotificationCollectionName</key>
-  <string>notifications</string>
-
-  <key>Repository</key>
-  <string>conf/repository.xml</string>
-
-  <key>twistdLocation</key>
-  <string>../Twisted/bin/twistd</string>
-
-</dict>
-</plist>

Copied: CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-test.plist (from rev 599, CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-dev.plist)
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-test.plist	                        (rev 0)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/conf/caldavd-test.plist	2006-11-28 01:18:38 UTC (rev 600)
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+ -->
+
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+
+  <key>Verbose</key>
+  <false/>
+
+  <key>RunStandalone</key>
+  <true/>
+
+  <key>DocumentRoot</key>
+  <string>twistedcaldav/test/data/</string>
+
+  <key>Port</key>
+  <integer>8008</integer>
+
+  <key>SSLPort</key>
+  <integer>8443</integer>
+
+  <key>SSLEnable</key>
+  <true/>
+
+  <key>SSLOnly</key>
+  <false/>
+
+  <key>SSLPrivateKey</key>
+  <string>conf/server.pem</string>
+
+  <key>SSLCertificate</key>
+  <string>conf/server.pem</string>
+
+  <key>ServerLogFile</key>
+  <string>server.log</string>
+
+  <key>ErrorLogFile</key>
+  <string>error.log</string>
+
+  <key>PIDFile</key>
+  <string>caldavd.pid</string>
+
+  <key>CreateAccounts</key>
+  <true/>
+
+  <key>ResetAccountACLs</key>
+  <true/>
+
+  <!--  XML File Directory Service -->
+  <key>DirectoryService</key>
+  <dict>
+    <key>type</key>
+    <string>twistedcaldav.directory.xmlfile.XMLDirectoryService</string>
+  
+    <key>params</key>
+	<dict>
+	  <key>xmlFile</key>
+	  <string>conf/accounts.xml</string>
+	</dict>
+  </dict>
+  
+  <!--  SQL Directory Service -->
+  <!--
+  <key>twistedcaldav.directory.sqldb.DirectoryService</key>
+  <dict>
+    <key>type</key>
+    <string>SQLDirectoryService</string>
+  
+    <key>params</key>
+	<dict>
+	  <key>dbParentPath</key>
+	  <string>twistedcaldav/test/data/</string>
+	  <key>xmlFile</key>
+	  <string>conf/accounts.xml</string>
+	</dict>
+  </dict>
+  -->
+  
+  <!--  Open Directory Service -->
+  <!--
+  <key>DirectoryService</key>
+  <dict>
+    <key>type</key>
+    <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
+  
+    <key>params</key>
+	<dict>
+	  <key>node</key>
+	  <string>/Search</string>
+	</dict>
+  </dict>
+  -->
+  
+  <key>MaximumAttachmentSizeBytes</key>
+  <integer>1048576</integer><!-- 1Mb -->
+
+  <key>UserQuotaBytes</key>
+  <integer>104857600</integer><!-- 100Mb -->
+
+  <key>DropBoxEnabled</key>
+  <true/>
+
+  <key>DropBoxName</key>
+  <string>dropbox</string>
+
+  <key>DropBoxInheritedACLs</key>
+  <true/>
+
+  <key>NotificationsEnabled</key>
+  <true/>
+
+  <key>NotificationCollectionName</key>
+  <string>notifications</string>
+
+  <key>Repository</key>
+  <string>conf/repository.xml</string>
+
+  <key>twistdLocation</key>
+  <string>../Twisted/bin/twistd</string>
+
+</dict>
+</plist>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061127/0185ef17/attachment.html


More information about the calendarserver-changes mailing list