[CMF-checkins] SVN: CMF/branches/2.2/ - share version pins that don't depend on the Zope version

Yvo Schubbe y.2011 at wcm-solutions.de
Mon Feb 28 08:59:30 EST 2011


Log message for revision 120599:
  - share version pins that don't depend on the Zope version

Changed:
  U   CMF/branches/2.2/buildout-zope212.cfg
  U   CMF/branches/2.2/buildout-zope213.cfg
  U   CMF/branches/2.2/buildout.cfg
  A   CMF/branches/2.2/versions.cfg

-=-
Modified: CMF/branches/2.2/buildout-zope212.cfg
===================================================================
--- CMF/branches/2.2/buildout-zope212.cfg	2011-02-28 13:31:21 UTC (rev 120598)
+++ CMF/branches/2.2/buildout-zope212.cfg	2011-02-28 13:59:30 UTC (rev 120599)
@@ -1,7 +1,9 @@
 # CMF 2.2 branch + Zope 2.12 release
 
 [buildout]
-extends = http://download.zope.org/Zope2/index/2.12.16/versions.cfg
+extends =
+    http://download.zope.org/Zope2/index/2.12.16/versions.cfg
+    versions.cfg
 allow-picked-versions = false
 parts =
     test
@@ -25,12 +27,6 @@
     src/Products.GenericSetup
 
 
-[versions]
-five.localsitemanager = 2.0.5
-mailinglogger = 3.3.3  # required by uninstall
-plone.recipe.zope2instance = 4.1.5  # required by uninstall
-
-
 [test]
 recipe = zc.recipe.testrunner
 eggs =

Modified: CMF/branches/2.2/buildout-zope213.cfg
===================================================================
--- CMF/branches/2.2/buildout-zope213.cfg	2011-02-28 13:31:21 UTC (rev 120598)
+++ CMF/branches/2.2/buildout-zope213.cfg	2011-02-28 13:59:30 UTC (rev 120599)
@@ -4,6 +4,7 @@
 extends =
     http://download.zope.org/zopetoolkit/index/1.0.1/zopeapp-versions.cfg
     http://download.zope.org/Zope2/index/2.13.5/versions.cfg
+    versions.cfg
 allow-picked-versions = false
 parts =
     test
@@ -27,14 +28,6 @@
     src/Products.GenericSetup
 
 
-[versions]
-five.formlib = 1.0.4
-five.localsitemanager = 2.0.5
-mailinglogger = 3.3.3  # required by uninstall
-plone.recipe.zope2instance = 4.1.5  # required by uninstall
-Products.ZSQLMethods = 2.13.3
-
-
 [test]
 recipe = zc.recipe.testrunner
 eggs =

Modified: CMF/branches/2.2/buildout.cfg
===================================================================
--- CMF/branches/2.2/buildout.cfg	2011-02-28 13:31:21 UTC (rev 120598)
+++ CMF/branches/2.2/buildout.cfg	2011-02-28 13:59:30 UTC (rev 120599)
@@ -1,7 +1,9 @@
 # CMF 2.2 branch + Zope 2.12 branch
 
 [buildout]
-extends = src/Zope2/versions.cfg
+extends =
+    src/Zope2/versions.cfg
+    versions.cfg
 allow-picked-versions = false
 parts =
     test
@@ -33,9 +35,8 @@
 
 
 [versions]
-mailinglogger = 3.3.3
-plone.recipe.zope2instance = 4.1.5
-z3c.recipe.i18n = 0.7.0
+# develop
+five.localsitemanager =
 
 
 [test]

Added: CMF/branches/2.2/versions.cfg
===================================================================
--- CMF/branches/2.2/versions.cfg	                        (rev 0)
+++ CMF/branches/2.2/versions.cfg	2011-02-28 13:59:30 UTC (rev 120599)
@@ -0,0 +1,8 @@
+[versions]
+# CMF dependencies
+five.formlib = 1.0.4
+five.localsitemanager = 2.0.5
+mailinglogger = 3.3.3
+plone.recipe.zope2instance = 4.1.5
+Products.ZSQLMethods = 2.13.3
+z3c.recipe.i18n = 0.7.0


Property changes on: CMF/branches/2.2/versions.cfg
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the CMF-checkins mailing list