[Zope-Checkins] SVN: Zope/trunk/b Removed the bin folder, as we don't use the create_lib_python script. Beware SVN will annoy you!

Hanno Schlichting plone at hannosch.info
Thu Feb 19 10:06:32 EST 2009


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}



More information about the Zope-Checkins mailing list