[Checkins] SVN: Sandbox/ulif/megrok.chameleon/buildout.cfg Adapt foreign buildout.cfg to our needs.

Uli Fouquet uli at gnufix.de
Sat Feb 21 09:30:21 EST 2009


Log message for revision 96938:
  Adapt foreign buildout.cfg to our needs.

Changed:
  U   Sandbox/ulif/megrok.chameleon/buildout.cfg

-=-
Modified: Sandbox/ulif/megrok.chameleon/buildout.cfg
===================================================================
--- Sandbox/ulif/megrok.chameleon/buildout.cfg	2009-02-21 14:28:47 UTC (rev 96937)
+++ Sandbox/ulif/megrok.chameleon/buildout.cfg	2009-02-21 14:30:20 UTC (rev 96938)
@@ -9,8 +9,8 @@
 
 [app]
 recipe = zc.zope3recipes>=0.5.3:application
-eggs = megrok.genshi
-site.zcml = <include package="megrok.genshi" />
+eggs = megrok.chameleon
+site.zcml = <include package="megrok.chameleon" />
             <include package="zope.app.twisted" />
 
             <unauthenticatedPrincipal id="zope.anybody"
@@ -52,5 +52,5 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = megrok.genshi
+eggs = megrok.chameleon
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list