[Checkins] SVN: CMF.buildout/branches/zope212-cmf22/ Use the Zope 2.12b3 egg.

Stefan H. Holek stefan at epy.co.at
Wed Jul 15 17:34:01 EDT 2009


Log message for revision 101938:
  Use the Zope 2.12b3 egg.

Changed:
  U   CMF.buildout/branches/zope212-cmf22/buildout.cfg
  _U  CMF.buildout/branches/zope212-cmf22/src/

-=-
Modified: CMF.buildout/branches/zope212-cmf22/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope212-cmf22/buildout.cfg	2009-07-15 21:14:25 UTC (rev 101937)
+++ CMF.buildout/branches/zope212-cmf22/buildout.cfg	2009-07-15 21:34:01 UTC (rev 101938)
@@ -1,13 +1,14 @@
-# We must use the Zope2 development egg for now.
+# CMF trunk + Zope 2.12b3
 
 [buildout]
-extends = src/Zope2/versions.cfg
+extends = http://download.zope.org/Zope2/index/2.12.0b3/versions.cfg
+versions = versions
 parts =
+    zope2
+    instance
+    zopepy
     test
-    zopepy
-    instance
 eggs =
-    Zope2
     Products.CMFCalendar
     Products.CMFCore
     Products.CMFDefault
@@ -16,8 +17,8 @@
     Products.DCWorkflow
     Products.GenericSetup
     five.localsitemanager
+    plone.recipe.zope2instance
 develop =
-    src/Zope2
     src/Products.CMFCalendar
     src/Products.CMFCore
     src/Products.CMFDefault
@@ -26,23 +27,32 @@
     src/Products.DCWorkflow
     src/Products.GenericSetup
     src/five.localsitemanager
+    src/plone.recipe.zope2instance
 
-[test]
-recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
-defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
+[versions]
+plone.recipe.zope2instance =
 
-[zopepy]
+[zope2]
 recipe = zc.recipe.egg
-eggs = ${buildout:eggs}
-interpreter = zopepy
-scripts = zopepy
+eggs = Zope2
+fake-zope-eggs = false
 
 [instance]
 recipe = plone.recipe.zope2instance
 eggs = ${buildout:eggs}
-zope2-location = ${buildout:directory}/src/Zope2/src/Zope2
 user = admin:admin
 debug-mode = on
 verbose-security = on
 http-address = 127.0.0.1:8080
+
+[zopepy]
+recipe = zc.recipe.egg
+eggs = ${buildout:eggs}
+interpreter = zopepy
+scripts = zopepy
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ${buildout:eggs}
+defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
+


Property changes on: CMF.buildout/branches/zope212-cmf22/src
___________________________________________________________________
Modified: svn:externals
   - Zope2 svn://svn.zope.org/repos/main/Zope/trunk
Products.CMFCalendar svn://svn.zope.org/repos/main/Products.CMFCalendar/trunk
Products.CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/trunk
Products.CMFDefault svn://svn.zope.org/repos/main/Products.CMFDefault/trunk
Products.CMFTopic svn://svn.zope.org/repos/main/Products.CMFTopic/trunk
Products.CMFUid svn://svn.zope.org/repos/main/Products.CMFUid/trunk
Products.DCWorkflow svn://svn.zope.org/repos/main/Products.DCWorkflow/trunk
Products.GenericSetup svn://svn.zope.org/repos/main/Products.GenericSetup/trunk
five.localsitemanager svn://svn.zope.org/repos/main/five.localsitemanager/trunk

   + Products.CMFCalendar svn://svn.zope.org/repos/main/Products.CMFCalendar/trunk
Products.CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/trunk
Products.CMFDefault svn://svn.zope.org/repos/main/Products.CMFDefault/trunk
Products.CMFTopic svn://svn.zope.org/repos/main/Products.CMFTopic/trunk
Products.CMFUid svn://svn.zope.org/repos/main/Products.CMFUid/trunk
Products.DCWorkflow svn://svn.zope.org/repos/main/Products.DCWorkflow/trunk
Products.GenericSetup svn://svn.zope.org/repos/main/Products.GenericSetup/trunk
five.localsitemanager svn://svn.zope.org/repos/main/five.localsitemanager/trunk
plone.recipe.zope2instance https://svn.plone.org/svn/collective/buildout/plone.recipe.zope2instance/trunk




More information about the Checkins mailing list