[CalendarServer-changes] [4035] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 17 17:15:43 PDT 2009


Revision: 4035
          http://trac.macosforge.org/projects/calendarserver/changeset/4035
Author:   sagen at apple.com
Date:     2009-04-17 17:15:41 -0700 (Fri, 17 Apr 2009)
Log Message:
-----------
memcache.py was renamed to memcacheclient.py

Modified Paths:
--------------
    CalendarServer/trunk/setup.py
    CalendarServer/trunk/support/Makefile.Apple

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2009-04-17 21:08:56 UTC (rev 4034)
+++ CalendarServer/trunk/setup.py	2009-04-18 00:15:41 UTC (rev 4035)
@@ -108,7 +108,7 @@
     scripts          = [ "bin/caldavd", "bin/caldav_export" ],
     data_files       = [ ("caldavd", ["conf/caldavd.plist"]) ],
     ext_modules      = extensions,
-    py_modules       = ["kqreactor", "memcache"],
+    py_modules       = ["kqreactor", "memcacheclient"],
 )
 
 if "install" in dist.commands:

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2009-04-17 21:08:56 UTC (rev 4034)
+++ CalendarServer/trunk/support/Makefile.Apple	2009-04-18 00:15:41 UTC (rev 4035)
@@ -128,7 +128,7 @@
 $(BuildDirectory)/$(Project):
 	@echo "Copying source for $(Project)..."
 	$(_v) $(MKDIR) -p "$@"
-	$(_v) pax -rw bin conf Makefile lib-patches setup.py kqreactor.py memcache.py calendarserver twistedcaldav twext twisted support "$@/"
+	$(_v) pax -rw bin conf Makefile lib-patches setup.py kqreactor.py memcacheclient.py calendarserver twistedcaldav twext twisted support "$@/"
 
 $(BuildDirectory)/%: %.tgz
 	@echo "Extracting source for $(notdir $<)..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090417/369283cf/attachment.html>


More information about the calendarserver-changes mailing list