Use collective.z3cform.rolefield

This commit is contained in:
Gauthier Bastien 2013-03-21 13:13:15 +01:00
parent 5663ab06fe
commit 8540252182
4 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,7 @@ eggs =
collective.dms.thesaurus
collective.solr
collective.task
collective.z3cform.rolefield
pfwbged.basecontent
plone.formwidget.masterselect
zcml = ${v:policy-package}

View File

@ -10,6 +10,7 @@ auto-checkout +=
collective.dms.mailcontent
collective.dms.thesaurus
collective.task
collective.z3cform.rolefield
pfwbged.basecontent
plone.act
plone.app.dexterity

View File

@ -29,6 +29,7 @@ collective.local.sendto = svn https://svn.plone.org/svn/collective/collective.lo
collective.local.userlisting = svn https://svn.plone.org/svn/collective/collective.local.userlisting/trunk
collective.local.workspace = git ${remotes:tdesvenain}/collective.local.workspace.git pushurl=${remotes:tdesvenain_push}/collective.local.workspace.git
collective.task = git ${remotes:collective}/collective.task.git pushurl=${remotes:collective_push}/collective.task.git
collective.z3cform.rolefield = git ${remotes:collective}/collective.z3cform.rolefield.git pushurl=${remotes:collective_push}/collective.z3cform.rolefield.git
ecreall.helpers.testing = git ${remotes:tdesvenain}/ecreall.helpers.testing.git pushurl=${remotes:tdesvenain_push}/ecreall.helpers.testing.git
ecreall.helpers.upgrade = git ${remotes:tdesvenain}/ecreall.helpers.upgrade.git pushurl=${remotes:tdesvenain_push}/ecreall.helpers.upgrade.git
plone.act = git ${remotes:plone}/plone.act.git pushurl=${remotes:plone_push}/plone.act.git

View File

@ -14,6 +14,7 @@ eggs =
collective.dms.mailcontent [test]
collective.local.workspace [test]
collective.task [test]
collective.z3cform.rolefield [test]
defaults = ['--auto-color', '--auto-progress']
[coverage-test]