[Checkins] SVN: zopetoolkit/trunk/ Reword some variables for terminology alignment.

Christian Theune ct at gocept.com
Mon Sep 14 09:53:04 EDT 2009


Log message for revision 103920:
  Reword some variables for terminology alignment.
  
  Update to ZODB 3.9.
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg
  U   zopetoolkit/trunk/ztk.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2009-09-14 13:51:31 UTC (rev 103919)
+++ zopetoolkit/trunk/buildout.cfg	2009-09-14 13:53:04 UTC (rev 103920)
@@ -4,4 +4,4 @@
 
 [test-ztk]
 recipe = z3c.recipe.compattest
-include = ${ztk:projects}
+include = ${ztk:packages}

Modified: zopetoolkit/trunk/ztk.cfg
===================================================================
--- zopetoolkit/trunk/ztk.cfg	2009-09-14 13:51:31 UTC (rev 103919)
+++ zopetoolkit/trunk/ztk.cfg	2009-09-14 13:53:04 UTC (rev 103920)
@@ -5,7 +5,7 @@
 [ztk]
 version = 1.0dev
 
-libraries =
+included =
   zope.annotation
   zope.cachedescriptors
   zope.catalog
@@ -118,7 +118,7 @@
   zope.app.zopeappgenerations
   zope.app.zptpage
 
-projects = ${ztk:libraries} ${ztk:under-review}
+packages = ${ztk:included} ${ztk:under-review}
 
 [buildout]
 versions = versions
@@ -267,7 +267,7 @@
 zc.resourcelibrary = 1.2.0
 zc.sourcefactory = 0.6.0
 zdaemon = 2.0.4
-ZODB3 = 3.9.0b5
+ZODB3 = 3.9.0
 zodbcode = 3.4.0
 zope.app.container = 3.8.0
 zope.app.folder = 3.5.1



More information about the checkins mailing list