[Checkins] SVN: CMF.buildout/branches/zope212-cmf22/ Use Zope 2.12 branch to get latest fixes.

Stefan H. Holek stefan at epy.co.at
Thu Jul 30 17:54:04 EDT 2009


Log message for revision 102405:
  Use Zope 2.12 branch to get latest fixes.

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

-=-
Modified: CMF.buildout/branches/zope212-cmf22/README.txt
===================================================================
--- CMF.buildout/branches/zope212-cmf22/README.txt	2009-07-30 20:25:28 UTC (rev 102404)
+++ CMF.buildout/branches/zope212-cmf22/README.txt	2009-07-30 21:54:04 UTC (rev 102405)
@@ -13,13 +13,13 @@
 Dependencies
 ============
 
-Requires Python 2.4 or 2.5.
+Requires Python 2.6
 
 Usage
 =====
 ::
 
-  $ python2.5 bootstrap/bootstrap.py
+  $ python2.6 bootstrap/bootstrap.py
   $ ./bin/buildout
   $ ./bin/test
   $ ./bin/instance

Modified: CMF.buildout/branches/zope212-cmf22/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope212-cmf22/buildout.cfg	2009-07-30 20:25:28 UTC (rev 102404)
+++ CMF.buildout/branches/zope212-cmf22/buildout.cfg	2009-07-30 21:54:04 UTC (rev 102405)
@@ -1,7 +1,7 @@
-# CMF trunk + Zope 2.12b3
+# CMF trunk + Zope 2.12 branch
 
 [buildout]
-extends = http://download.zope.org/Zope2/index/2.12.0b3/versions.cfg
+extends = src/Zope2/versions.cfg
 versions = versions
 parts =
     zope2
@@ -9,6 +9,7 @@
     zopepy
     test
 eggs =
+    Zope2
     Products.CMFCalendar
     Products.CMFCore
     Products.CMFDefault
@@ -19,6 +20,7 @@
     five.localsitemanager
     plone.recipe.zope2instance
 develop =
+    src/Zope2
     src/Products.CMFCalendar
     src/Products.CMFCore
     src/Products.CMFDefault


Property changes on: CMF.buildout/branches/zope212-cmf22/src
___________________________________________________________________
Modified: svn:externals
   - 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

   + Zope2 svn://svn.zope.org/repos/main/Zope/branches/2.12
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