[Checkins] SVN: zc.zservertracelog/trunk/buildout.cfg changed zope server buildout configuration to depend on eggs instead of an

Alex Smith asmith at zope.com
Mon Aug 25 11:28:40 EDT 2008


Log message for revision 90221:
  
  changed zope server buildout configuration to depend on eggs instead of an
  SVN checkout.
  

Changed:
  U   zc.zservertracelog/trunk/buildout.cfg

-=-
Modified: zc.zservertracelog/trunk/buildout.cfg
===================================================================
--- zc.zservertracelog/trunk/buildout.cfg	2008-08-25 15:11:29 UTC (rev 90220)
+++ zc.zservertracelog/trunk/buildout.cfg	2008-08-25 15:28:40 UTC (rev 90221)
@@ -3,12 +3,14 @@
 parts = instance tracereport
 
 [zope3]
-recipe = zc.recipe.zope3checkout
-url = svn://svn.zope.org/repos/main/Zope3/trunk
+location =
 
 [app]
 recipe = zc.zope3recipes:app
-eggs = zc.zservertracelog
+eggs =
+    zc.zservertracelog
+    zope.app.securitypolicy
+    zope.app.server
 servers = zserver
 site.zcml =
   <include package="zope.app.zcmlfiles" />
@@ -25,7 +27,7 @@
   <grantAll role="zope.Manager" />
   <unauthenticatedPrincipal
     id="zope.anybody"
-    title="Unauthenticated User" 
+    title="Unauthenticated User"
     />
   <principal
       id="zope.manager"



More information about the Checkins mailing list