Log message for revision 96756:
  Removed the bin folder, as we don't use the create_lib_python script. Beware 
SVN will annoy you!
  

Changed:
  D   Zope/trunk/bin/
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg     2009-02-19 14:58:34 UTC (rev 96755)
+++ Zope/trunk/buildout.cfg     2009-02-19 15:06:31 UTC (rev 96756)
@@ -3,6 +3,7 @@
     .
 parts =
     test
+    scripts
     zopepy
 
 extends = versions-zope2.cfg
@@ -21,6 +22,10 @@
 ZOPE_HOME = ${buildout:directory}
 INSTANCE_HOME = ${buildout:directory}
 
+[scripts]
+recipe = zc.recipe.egg:scripts
+eggs = Zope2
+
 [zopepy]
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to