Added collective.task to buildout, sources, checkouts and tests

This commit is contained in:
Cédric Messiant 2013-03-19 17:15:01 +01:00
parent ad700c46f5
commit f3bdf1bc19
4 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

@ -27,6 +27,7 @@ collective.local.adduser = svn https://svn.plone.org/svn/collective/collective.l
collective.local.sendto = svn https://svn.plone.org/svn/collective/collective.local.sendto/trunk
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
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

@ -9,9 +9,11 @@ recipe = zc.recipe.testrunner
eggs =
${buildout:eggs}
collective.contact.core [test]
collective.contact.widget [test]
collective.dms.basecontent [test]
collective.dms.mailcontent [test]
collective.local.workspace [test]
collective.task [test]
defaults = ['--auto-color', '--auto-progress']
[coverage-test]