change in archgenxml buildout.cfg

1 message Options
Embed this post
Permalink
Vincent Fretin () change in archgenxml buildout.cfg
Reply Threaded More More options
Print post
Permalink
Hi,

I simplified the archgenxml buildout.cfg in trunk and in
archgenxml/docs/INSTALL.txt
It uses now repoze.recipe.egg instead of zc.recipe.egg.
The difference between the two recipes is that repoze.recipe.egg
install dependent scripts by default.
So now you can remove i18ndude for the eggs section.

So instead of
    [buildout]
    parts =
        archgenxml

    [archgenxml]
    recipe = zc.recipe.egg:scripts
    eggs =
        archgenxml [i18n]
        i18ndude

You have:
    [buildout]
    parts =
        archgenxml

    [archgenxml]
    recipe = repoze.recipe.egg:scripts
    eggs =
        archgenxml [i18n]

--
Vincent Fretin

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Archetypes-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/archetypes-users