[Checkins] SVN: zc.z3monitor/trunk/buildout.cfg Use eggs rather than a checkout.

Jim Fulton jim at zope.com
Thu Nov 15 15:33:46 EST 2007


Log message for revision 81855:
  Use eggs rather than a checkout.
  

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

-=-
Modified: zc.z3monitor/trunk/buildout.cfg
===================================================================
--- zc.z3monitor/trunk/buildout.cfg	2007-11-15 19:07:38 UTC (rev 81854)
+++ zc.z3monitor/trunk/buildout.cfg	2007-11-15 20:33:45 UTC (rev 81855)
@@ -2,12 +2,8 @@
 develop = .
 parts = instance test
 
-[zope3]
-recipe = zc.recipe.zope3checkout
-url = svn://svn.zope.org/repos/main/Zope3/trunk
-
 [app]
-recipe = zc.zope3recipes:app
+recipe = zc.zope3recipes:application
 eggs = zc.z3monitor
 servers = zserver
 site.zcml =
@@ -55,4 +51,3 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.z3monitor
-extra-paths = ${zope3:location}/src



More information about the Checkins mailing list