[Checkins] SVN: five.pt/trunk/buildout.cfg Updated environment and removed version pegs.

Malthe Borch mborch at gmail.com
Sat Nov 15 10:30:55 EST 2008


Log message for revision 92978:
  Updated environment and removed version pegs.

Changed:
  U   five.pt/trunk/buildout.cfg

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2008-11-15 15:29:45 UTC (rev 92977)
+++ five.pt/trunk/buildout.cfg	2008-11-15 15:30:54 UTC (rev 92978)
@@ -7,20 +7,13 @@
 
 eggs =
     five.pt
-
-versions = versions
-
-[versions]
-zope.component = 3.4.0
-zope.testing = 3.5.1
-zc.recipe.testrunner = 1.0.0
-
+    chameleon.core
+    
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.11.2/Zope-2.11.2-final.tgz
 fake-zope-eggs = true
 skip-fake-eggs =
-    zope.component
     zope.testing
 
 [instance]
@@ -31,7 +24,8 @@
     ${buildout:eggs}
 
 environment-vars =
-    Z3C_PT_DEBUG = False
+    CHAMELEON_DEBUG = False
+    CHAMELEON_CACHE = False
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list