From d85cf9e640d2823901d8c98132e08967e52c41b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Wed, 16 Jul 2014 13:57:03 +0200 Subject: [PATCH] Solr optionnel. --- profiles.zcml | 7 ++ profiles/default/catalog.xml | 2 +- profiles/default/toolset.xml | 2 +- profiles/solr/catalog.xml | 132 ++++++++++++++++++++++++++++ profiles/solr/componentregistry.xml | 9 ++ profiles/solr/toolset.xml | 5 ++ 6 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 profiles/solr/catalog.xml create mode 100644 profiles/solr/componentregistry.xml create mode 100644 profiles/solr/toolset.xml diff --git a/profiles.zcml b/profiles.zcml index e72a243..d3422ef 100644 --- a/profiles.zcml +++ b/profiles.zcml @@ -16,4 +16,11 @@ description="Profile for a photo based Plinn site." for="Products.CMFCore.interfaces.ISiteRoot" /> + diff --git a/profiles/default/catalog.xml b/profiles/default/catalog.xml index 41914e7..10f32c2 100644 --- a/profiles/default/catalog.xml +++ b/profiles/default/catalog.xml @@ -1,5 +1,5 @@ - + + class="Products.CMFCore.CatalogTool.CatalogTool"/> + + + + + + + + + + + + + + + True + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + + + True + + + True + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + + True + + + + + + + + + + + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiles/solr/componentregistry.xml b/profiles/solr/componentregistry.xml new file mode 100644 index 0000000..096b6d3 --- /dev/null +++ b/profiles/solr/componentregistry.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/profiles/solr/toolset.xml b/profiles/solr/toolset.xml new file mode 100644 index 0000000..31c40a3 --- /dev/null +++ b/profiles/solr/toolset.xml @@ -0,0 +1,5 @@ + + + + -- 2.20.1