[Checkins] SVN: CMF.buildout/branches/zope213-cmf22/ Use the correct Zope SVN location

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 6 10:25:57 EDT 2010


Log message for revision 113208:
  Use the correct Zope SVN location
  

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

-=-
Modified: CMF.buildout/branches/zope213-cmf22/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope213-cmf22/buildout.cfg	2010-06-06 14:20:20 UTC (rev 113207)
+++ CMF.buildout/branches/zope213-cmf22/buildout.cfg	2010-06-06 14:25:57 UTC (rev 113208)
@@ -1,4 +1,4 @@
-# CMF 2.2 branch + Zope 2.12 branch
+# CMF 2.2 branch + Zope 2.13 trunk
 
 [buildout]
 extends = src/Zope2/versions.cfg
@@ -30,18 +30,19 @@
     src/five.localsitemanager
 
 [versions]
-plone.recipe.zope2instance = 4.0a1
+five.formlib = 1.0.2
+plone.recipe.zope2instance = 4.0b1
+zope.formlib = 3.10.0
+zope.app.form = 3.12.1
 
 [zope2]
 recipe = zc.recipe.egg
 eggs = Zope2
-fake-zope-eggs = false
 
 [instance]
 recipe = plone.recipe.zope2instance
 eggs = ${buildout:eggs}
 user = admin:admin
-debug-mode = on
 verbose-security = on
 http-address = 127.0.0.1:8080
 
@@ -55,4 +56,3 @@
 recipe = zc.recipe.testrunner
 eggs = ${buildout:eggs}
 defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
-


Property changes on: CMF.buildout/branches/zope213-cmf22/src
___________________________________________________________________
Modified: svn:externals
   - ^/Zope/branches/2.12 Zope2
^/Products.CMFCalendar/branches/2.2 Products.CMFCalendar
^/Products.CMFCore/branches/2.2 Products.CMFCore
^/Products.CMFDefault/branches/2.2 Products.CMFDefault
^/Products.CMFTopic/branches/2.2 Products.CMFTopic
^/Products.CMFUid/branches/2.2 Products.CMFUid
^/Products.DCWorkflow/branches/2.2 Products.DCWorkflow
^/Products.GenericSetup/trunk Products.GenericSetup
^/five.localsitemanager/trunk five.localsitemanager

   + ^/Zope/trunk Zope2
^/Products.CMFCalendar/branches/2.2 Products.CMFCalendar
^/Products.CMFCore/branches/2.2 Products.CMFCore
^/Products.CMFDefault/branches/2.2 Products.CMFDefault
^/Products.CMFTopic/branches/2.2 Products.CMFTopic
^/Products.CMFUid/branches/2.2 Products.CMFUid
^/Products.DCWorkflow/branches/2.2 Products.DCWorkflow
^/Products.GenericSetup/trunk Products.GenericSetup
^/five.localsitemanager/trunk five.localsitemanager




More information about the checkins mailing list