[Checkins] SVN: Sandbox/malthe/chameleon.core/buildout.cfg We've been renamed

Hanno Schlichting plone at hannosch.info
Thu Sep 25 11:31:24 EDT 2008


Log message for revision 91482:
  We've been renamed
  

Changed:
  U   Sandbox/malthe/chameleon.core/buildout.cfg

-=-
Modified: Sandbox/malthe/chameleon.core/buildout.cfg
===================================================================
--- Sandbox/malthe/chameleon.core/buildout.cfg	2008-09-25 13:28:26 UTC (rev 91481)
+++ Sandbox/malthe/chameleon.core/buildout.cfg	2008-09-25 15:31:23 UTC (rev 91482)
@@ -10,13 +10,13 @@
 recipe = zc.recipe.testrunner
 environment = test-environment
 eggs =
-   Chameleon [lxml]
+   chameleon.core [lxml]
 
 [test-nolxml]
 recipe = zc.recipe.testrunner
 environment = test-environment
 eggs =
-   Chameleon
+   chameleon.core
 
 [test-environment]
 Z3C_PT_DEBUG = False
@@ -24,7 +24,7 @@
 [py]
 recipe = zc.recipe.egg
 eggs = 
-    Chameleon [lxml]
+    chameleon.core [lxml]
     Sphinx
 interpreter = py
 environment = test-environment
@@ -33,6 +33,6 @@
 [py-nolxml]
 recipe = zc.recipe.egg
 eggs =
-    Chameleon
+    chameleon.core
 interpreter = py-nolxml
 environment = test-environment



More information about the Checkins mailing list