add collective.dms.basecontent

This commit is contained in:
Frédéric Péters 2013-01-07 13:09:00 +01:00
parent 4591cdf1be
commit 4297944fb0
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ eggs =
collective.contact.ui
collective.contact.vcard
collective.local.workspace
collective.dms.basecontent
zcml = ${v:policy-package}
environment-vars =

View File

@ -5,6 +5,7 @@ auto-checkout +=
collective.contact.ui
collective.contact.vcard
collective.local.workspace
collective.dms.basecontent
plone.act
plone.app.dexterity
plone.dexterity

View File

@ -28,3 +28,4 @@ ecreall.helpers.testing = git ${remotes:tdesvenain}/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
#plone.dexterity = git https://github.com/gbastien/plone.dexterity.git
collective.dms.basecontent = git ${remotes:vincentfretin}/collective.dms.basecontent.git pushurl=${remotes:vincentfretin_push}/collective.dms.basecontent.git