Renamed collective.contact.content to collective.contact.core

This commit is contained in:
Cédric Messiant 2013-01-28 18:08:46 +01:00
parent c9f0398c71
commit eaa0f4532a
4 changed files with 4 additions and 8 deletions

View File

@ -38,8 +38,7 @@ user = admin:admin
eggs =
${buildout:eggs}
${v:policy-package}
collective.contact.content
collective.contact.ui
collective.contact.core
collective.local.workspace
collective.dms.basecontent
collective.dms.batchimport

View File

@ -1,8 +1,7 @@
[buildout]
always-checkout = force
auto-checkout +=
collective.contact.content
collective.contact.ui
collective.contact.core
collective.local.workspace
collective.dms.basecontent
collective.dms.batchimport

View File

@ -18,8 +18,7 @@ entrouvert = git://repos.entrouvert.org
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.core = git ${remotes:vincentfretin}/collective.contact.core.git pushurl=${remotes:vincentfretin_push}/collective.contact.core.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

View File

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