[Checkins] SVN: Zope2.buildout/trunk/ Changed the name of the file, so it doesn't change with every version number.

Hanno Schlichting plone at hannosch.info
Tue Aug 26 11:23:32 EDT 2008


Log message for revision 90342:
  Changed the name of the file, so it doesn't change with every version number.
  

Changed:
  U   Zope2.buildout/trunk/buildout.cfg
  D   Zope2.buildout/trunk/versions-2.12.dev.cfg
  A   Zope2.buildout/trunk/versions-zope2.cfg

-=-
Modified: Zope2.buildout/trunk/buildout.cfg
===================================================================
--- Zope2.buildout/trunk/buildout.cfg	2008-08-26 15:22:41 UTC (rev 90341)
+++ Zope2.buildout/trunk/buildout.cfg	2008-08-26 15:23:32 UTC (rev 90342)
@@ -5,7 +5,7 @@
     omelette
 find-links = http://download.zope.org/distribution/
 unzip = true
-extends = versions-2.12.dev.cfg
+extends = versions-zope2.cfg
 versions = versions
 unzip = true
 eggs =

Deleted: Zope2.buildout/trunk/versions-2.12.dev.cfg
===================================================================
--- Zope2.buildout/trunk/versions-2.12.dev.cfg	2008-08-26 15:22:41 UTC (rev 90341)
+++ Zope2.buildout/trunk/versions-2.12.dev.cfg	2008-08-26 15:23:32 UTC (rev 90342)
@@ -1,29 +0,0 @@
-[buildout]
-extends = http://download.zope.org/zope3.4/versions-3.4.0c1.cfg
-versions = versions
-
-[versions]
-zope.testing = 3.4.0
-setuptools = 0.6c8
-zc.buildout =
-zc.recipe.egg =
-
-Acquisition = 2.11.1
-DateTime = 2.11.1
-docutils = 0.5
-ExtensionClass = 2.11.1
-Interface = 2.11.1
-Persistence = 2.11.1
-pytz = 2008c
-RestrictedPython = 3.4.2
-StructuredText = 2.11.1
-tempstorage = 2.11.1
-ZConfig = 2.5.1
-zLOG = 2.11.1
-zdaemon = 2.0.2
-ZODB3 = 3.8.0
-zodbcode = 3.4.0
-
-zope.publisher= 3.4.4
-ClientForm = 0.2.9
-mechanize = 0.1.7b

Copied: Zope2.buildout/trunk/versions-zope2.cfg (from rev 90338, Zope2.buildout/trunk/versions-2.12.dev.cfg)
===================================================================
--- Zope2.buildout/trunk/versions-zope2.cfg	                        (rev 0)
+++ Zope2.buildout/trunk/versions-zope2.cfg	2008-08-26 15:23:32 UTC (rev 90342)
@@ -0,0 +1,29 @@
+[buildout]
+extends = http://download.zope.org/zope3.4/versions-3.4.0c1.cfg
+versions = versions
+
+[versions]
+zope.testing = 3.4.0
+setuptools = 0.6c8
+zc.buildout =
+zc.recipe.egg =
+
+Acquisition = 2.11.1
+DateTime = 2.11.1
+docutils = 0.5
+ExtensionClass = 2.11.1
+Interface = 2.11.1
+Persistence = 2.11.1
+pytz = 2008c
+RestrictedPython = 3.4.2
+StructuredText = 2.11.1
+tempstorage = 2.11.1
+ZConfig = 2.5.1
+zLOG = 2.11.1
+zdaemon = 2.0.2
+ZODB3 = 3.8.0
+zodbcode = 3.4.0
+
+zope.publisher= 3.4.4
+ClientForm = 0.2.9
+mechanize = 0.1.7b



More information about the Checkins mailing list