diff --git a/buildout.cfg b/buildout.cfg index b84f389..00742b3 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -50,6 +50,7 @@ plone.app.blocks = git git://github.com/plone/plone.app.blocks. plone.app.cmsui = git git://github.com/plone/plone.app.cmsui.git plone.app.deco = git git://github.com/plone/plone.app.deco.git plone.app.drafts = git git://github.com/plone/plone.app.drafts.git +plone.app.layout = git git://github.com/plone/plone.app.layout.git plone.app.mediarepository = git git://github.com/plone/plone.app.mediarepository.git plone.app.page = git git://github.com/plone/plone.app.page.git plone.app.querystring = git git://github.com/plone/plone.app.querystring.git @@ -63,11 +64,13 @@ plone.directives.tiles = git git://github.com/plone/plone.directives. plone.formwidget.multifile = git git://github.com/plone/plone.formwidget.multifile.git plone.formwidget.querystring = git git://github.com/plone/plone.formwidget.querystring.git plone.resource = git git://github.com/plone/plone.resource.git +plone.schemaeditor = git git://github.com/plone/plone.schemaeditor plone.subrequest = git git://github.com/plone/plone.subrequest.git plone.tiles = git git://github.com/plone/plone.tiles.git Products.ResourceRegistries = git git://github.com/plone/Products.ResourceRegistries.git z3c.form = svn http://svn.zope.org/repos/main/z3c.form/trunk -Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/deco-cmsui-integration/ +Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git branch=deco-cmsui-integration +collective.z3cform.datetimewidget = git git://github.com/collective/collective.z3cform.datetimewidget.git [test] recipe = zc.recipe.testrunner