Added plone.formwidget.masterselect

This commit is contained in:
Cédric Messiant 2013-01-09 11:54:19 +01:00
parent 790a9401b4
commit 1f3e49de77
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ eggs =
collective.local.workspace
collective.dms.basecontent
collective.dms.mailcontent
plone.formwidget.masterselect
zcml = ${v:policy-package}
environment-vars =

View File

@ -10,3 +10,4 @@ auto-checkout +=
plone.act
plone.app.dexterity
plone.dexterity
plone.formwidget.masterselect

View File

@ -33,3 +33,4 @@ collective.dms.basecontent = git ${remotes:vincentfretin}/collective.dms.basecon
collective.dms.mailcontent = git ${remotes:vincentfretin}/collective.dms.mailcontent.git pushurl=${remotes:vincentfretin_push}/collective.dms.mailcontent.git
plone.dexterity = git ${remotes:cedricmessiant}/plone.dexterity.git pushurl=${remotes:cedricmessiant_push}/plone.dexterity.git
#plone.dexterity = git https://github.com/gbastien/plone.dexterity.git
plone.formwidget.masterselect = git ${remotes:cedricmessiant}/plone.formwidget.masterselect.git pushurl=${remotes:cedricmessiant_push}/plone.formwidget.masterselect.git