Removed collective.contact.vcard dependency (everthing in this package has been moved to collective.contact.content)

This commit is contained in:
Cédric Messiant 2013-01-15 17:15:34 +01:00
parent 17999b4910
commit 311a3ff62c
4 changed files with 4 additions and 6 deletions

View File

@ -40,11 +40,11 @@ eggs =
${v:policy-package}
collective.contact.content
collective.contact.ui
collective.contact.vcard
collective.local.workspace
collective.dms.basecontent
collective.dms.batchimport
collective.dms.mailcontent
plone.formwidget.masterselect
zcml = ${v:policy-package}
environment-vars =

View File

@ -3,11 +3,10 @@ always-checkout = force
auto-checkout +=
collective.contact.content
collective.contact.ui
collective.contact.vcard
collective.local.workspace
collective.dms.basecontent
collective.dms.mailcontent
collective.dms.batchimport
collective.dms.mailcontent
plone.act
plone.app.dexterity
plone.dexterity

View File

@ -20,7 +20,6 @@ entrouvert_push = git+ssh://git@repos.entrouvert.org
[sources]
collective.contact.content = git ${remotes:vincentfretin}/collective.contact.content.git pushurl=${remotes:vincentfretin_push}/collective.contact.content.git
collective.contact.ui = git ${remotes:vincentfretin}/collective.contact.ui.git pushurl=${remotes:vincentfretin_push}/collective.contact.ui.git
collective.contact.vcard = git ${remotes:vincentfretin}/collective.contact.vcard.git pushurl=${remotes:vincentfretin_push}/collective.contact.vcard.git
collective.local.addgroup = git ${remotes:vincentfretin}/collective.local.addgroup.git pushurl=${remotes:vincentfretin_push}/collective.local.addgroup.git
collective.local.adduser = svn https://svn.plone.org/svn/collective/collective.local.adduser/trunk
collective.local.sendto = svn https://svn.plone.org/svn/collective/collective.local.sendto/trunk
@ -32,8 +31,8 @@ plone.act = git ${remotes:plone}/plone.act.git pushurl=${remotes:plone_push}/plo
plone.formwidget.autocomplete = git ${remotes:plone}/plone.formwidget.autocomplete.git pushurl=${remotes:plone_push}/plone.formwidget.autocomplete.git
plone.formwidget.contenttree = git ${remotes:plone}/plone.formwidget.contenttree.git pushurl=${remotes:plone_push}/plone.formwidget.contenttree.git
collective.dms.basecontent = git ${remotes:vincentfretin}/collective.dms.basecontent.git pushurl=${remotes:vincentfretin_push}/collective.dms.basecontent.git
collective.dms.mailcontent = git ${remotes:vincentfretin}/collective.dms.mailcontent.git pushurl=${remotes:vincentfretin_push}/collective.dms.mailcontent.git
collective.dms.batchimport = git ${remotes:vincentfretin}/collective.dms.batchimport.git pushurl=${remotes:vincentfretin_push}/collective.dms.batchimport.git
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

View File

@ -9,7 +9,7 @@ recipe = zc.recipe.testrunner
eggs =
${buildout:eggs}
collective.contact.content [test]
collective.contact.vcard [test]
collective.contact.ui [test]
collective.dms.basecontent [test]
collective.dms.mailcontent [test]
collective.local.workspace [test]