From 4fa2d40039cf9481b7f7a9e8ba471dc99395d9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Fri, 21 Jun 2013 15:45:44 +0200 Subject: [PATCH] Remove dependency to collective.task --- setup.py | 2 +- .../dms/mailcontent/profiles/default/types/dmsincomingmail.xml | 1 - .../dms/mailcontent/profiles/default/types/dmsoutgoingmail.xml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6844610..11b2fc4 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,8 @@ setup(name='collective.dms.mailcontent', 'setuptools', 'plone.app.dexterity', 'plone.directives.form', - 'collective.dms.basecontent', 'collective.contact.core', + 'collective.dms.basecontent', 'plone.formwidget.datetime', # 'plone.app.relationfield', 'five.grok', diff --git a/src/collective/dms/mailcontent/profiles/default/types/dmsincomingmail.xml b/src/collective/dms/mailcontent/profiles/default/types/dmsincomingmail.xml index 5a5ebf6..fa18c5f 100644 --- a/src/collective/dms/mailcontent/profiles/default/types/dmsincomingmail.xml +++ b/src/collective/dms/mailcontent/profiles/default/types/dmsincomingmail.xml @@ -13,7 +13,6 @@ - False view diff --git a/src/collective/dms/mailcontent/profiles/default/types/dmsoutgoingmail.xml b/src/collective/dms/mailcontent/profiles/default/types/dmsoutgoingmail.xml index 7af7b51..5cfbc38 100644 --- a/src/collective/dms/mailcontent/profiles/default/types/dmsoutgoingmail.xml +++ b/src/collective/dms/mailcontent/profiles/default/types/dmsoutgoingmail.xml @@ -13,7 +13,6 @@ - False view