[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Remove script hack; mkzopeinstance has learned to deal with the new layout.

Stefan H. Holek stefan at epy.co.at
Fri Apr 10 11:23:19 EDT 2009


Log message for revision 99091:
  Remove script hack; mkzopeinstance has learned to deal with the new layout.

Changed:
  U   CMF.buildout/trunk/buildout.cfg

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2009-04-10 15:05:02 UTC (rev 99090)
+++ CMF.buildout/trunk/buildout.cfg	2009-04-10 15:23:19 UTC (rev 99091)
@@ -26,6 +26,7 @@
     src/Products.DCWorkflow
     src/Products.GenericSetup
     src/five.localsitemanager
+    src/plone.recipe.zope2instance
 
 [test]
 recipe = zc.recipe.testrunner
@@ -36,16 +37,12 @@
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}
 interpreter = zopepy
-scripts =
-    zopepy
-# XXX: Make script for plone.recipe.zope2instance
-    mkzopeinstance=mkzopeinstance.py
+scripts = zopepy
 
 [instance]
 recipe = plone.recipe.zope2instance
 eggs = ${buildout:eggs}
-zope2-location = ${buildout:directory}
-zope2-egg = true
+zope2-location = ${buildout:directory}/src/Zope2/src/Zope2
 user = admin:admin
 debug-mode = on
 verbose-security = on



More information about the Checkins mailing list