diff --git a/profiles/import.cfg b/profiles/import.cfg new file mode 100644 index 0000000..b25ce24 --- /dev/null +++ b/profiles/import.cfg @@ -0,0 +1,19 @@ +[buildout] +extends = + config/base.cfg + custom.cfg + +auto-checkout += + collective.exportimport + plone.restapi + + +[sources] +collective.exportimport = git https://github.com/collective/collective.exportimport.git branch=thet-fixes +plone.restapi = git https://github.com/plone/plone.restapi.git branch=thet-fixes + + +[instance] +eggs += + collective.exportimport +