add new pfwbged.contact for contact directory view

This commit is contained in:
Frédéric Péters 2014-02-05 15:08:54 +01:00
parent 0e0bd2479d
commit 546335914a
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,7 @@
[buildout]
always-checkout = force
always-checkout = false
auto-checkout +=
collective.contact.core
collective.contact.facetednav
collective.dms.basecontent
collective.dms.batchimport
collective.dms.mailcontent
@ -14,6 +13,7 @@ auto-checkout +=
pfwbged.policy
pfwbged.collection
pfwbged.folder
pfwbged.contact
pfwbged.theme
# local forks
collective.solr

View File

@ -31,6 +31,7 @@ ecreall.helpers.upgrade = git ${remotes:tdesvenain}/ecreall.helpers.upgrade.git
pfwbged.basecontent = git ${remotes:entrouvert}/pfwbged.basecontent.git pushurl=${remotes:entrouvert_push}/pfwbged.basecontent.git
pfwbged.collection = git ${remotes:entrouvert}/pfwbged.collection.git pushurl=${remotes:entrouvert_push}/pfwbged.collection.git
pfwbged.folder = git ${remotes:entrouvert}/pfwbged.folder.git pushurl=${remotes:entrouvert_push}/pfwbged.folder.git
pfwbged.contact = git ${remotes:entrouvert}/pfwbged.contact.git pushurl=${remotes:entrouvert_push}/pfwbged.contact.git
pfwbged.policy = git ${remotes:entrouvert}/pfwbged.policy.git pushurl=${remotes:entrouvert_push}/pfwbged.policy.git
pfwbged.theme = git ${remotes:entrouvert}/pfwbged.theme.git pushurl=${remotes:entrouvert_push}/pfwbged.theme.git
pfwbged.mockups = git ${remotes:entrouvert}/pfwbged.mockups.git pushurl=${remotes:entrouvert_push}/pfwbged.mockups.git