[Checkins] SVN: zope.i18nmessageid/trunk/buildout.cfg add an interpreter to make it easier to play with this

Fred L. Drake, Jr. fdrake at gmail.com
Wed Aug 13 14:36:56 EDT 2008


Log message for revision 89811:
  add an interpreter to make it easier to play with this
  

Changed:
  U   zope.i18nmessageid/trunk/buildout.cfg

-=-
Modified: zope.i18nmessageid/trunk/buildout.cfg
===================================================================
--- zope.i18nmessageid/trunk/buildout.cfg	2008-08-13 18:21:36 UTC (rev 89810)
+++ zope.i18nmessageid/trunk/buildout.cfg	2008-08-13 18:36:55 UTC (rev 89811)
@@ -1,9 +1,14 @@
 [buildout]
 develop = .
-parts = test
+parts = interpreter test
 
 find-links = http://download.zope.org/distribution/
 
+[interpreter]
+recipe = zc.recipe.egg
+interpreter = py
+eggs = zope.i18nmessageid
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.i18nmessageid



More information about the Checkins mailing list