[Zope-Checkins] SVN: Zope/trunk/buildout.cfg We don't use the omelette right now, remove!
Hanno Schlichting
plone at hannosch.info
Thu Feb 19 09:58:35 EST 2009
Log message for revision 96755:
We don't use the omelette right now, remove!
Changed:
U Zope/trunk/buildout.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2009-02-19 14:55:48 UTC (rev 96754)
+++ Zope/trunk/buildout.cfg 2009-02-19 14:58:34 UTC (rev 96755)
@@ -21,22 +21,6 @@
ZOPE_HOME = ${buildout:directory}
INSTANCE_HOME = ${buildout:directory}
-[omelette]
-recipe = collective.recipe.omelette >= 0.7
-eggs = ${buildout:eggs}
-
-[lib_python]
-recipe = z3c.recipe.runscript
-install-script = bin/create_lib_python.py:create_lib_python
-update-script = bin/create_lib_python.py:create_lib_python
-src-dir = ${omelette:location}
-dst-dir = ${buildout:directory}/lib/python
-skip-names =
- easy_install.py
- pkg_resources.py
- setuptools
- site.py
-
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
More information about the Zope-Checkins
mailing list