From 4f0370252b6c0ee9c59facf8148ab2a3479baca1 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 18 Sep 2013 10:48:39 +0200 Subject: [PATCH] remove collective.local.workspace dependency --- checkouts.cfg | 3 +-- setup.py | 1 - src/pfwbged/policy/configure.zcml | 1 - .../policy/profiles/default/types/workspace.xml | 14 -------------- src/pfwbged/policy/testing.py | 1 - 5 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 src/pfwbged/policy/profiles/default/types/workspace.xml diff --git a/checkouts.cfg b/checkouts.cfg index 9ce7e60..aa3f3d7 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -8,10 +8,9 @@ auto-checkout += collective.dms.basecontent collective.dms.mailcontent collective.dms.thesaurus - collective.local.workspace collective.task collective.z3cform.rolefield pfwbged.basecontent plone.formwidget.autocomplete plone.formwidget.contenttree - plone.formwidget.masterselect \ No newline at end of file + plone.formwidget.masterselect diff --git a/setup.py b/setup.py index 77b8ce5..8a3f572 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ setup( 'collective.documentviewer', 'collective.edm.listing', 'collective.externaleditor', - 'collective.local.workspace', 'collective.onlogin', 'collective.solr', 'collective.task', diff --git a/src/pfwbged/policy/configure.zcml b/src/pfwbged/policy/configure.zcml index d3b0a23..2065a66 100644 --- a/src/pfwbged/policy/configure.zcml +++ b/src/pfwbged/policy/configure.zcml @@ -25,7 +25,6 @@ - diff --git a/src/pfwbged/policy/profiles/default/types/workspace.xml b/src/pfwbged/policy/profiles/default/types/workspace.xml deleted file mode 100644 index 9abcea6..0000000 --- a/src/pfwbged/policy/profiles/default/types/workspace.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - True - - - - - - - - diff --git a/src/pfwbged/policy/testing.py b/src/pfwbged/policy/testing.py index 3896f28..6793bcb 100644 --- a/src/pfwbged/policy/testing.py +++ b/src/pfwbged/policy/testing.py @@ -54,7 +54,6 @@ class PfwbgedPolicyLayer(PloneSandboxLayer): products = ['collective.task', 'collective.contact.facetednav', 'collective.documentviewer', - 'collective.local.workspace', 'collective.solr', 'collective.task', 'collective.z3cform.chosen',