From 1bfbab9d7adca56cbc90339d6efebc9a83713630 Mon Sep 17 00:00:00 2001 From: Laurence Rowe Date: Wed, 5 Oct 2011 10:24:05 +0100 Subject: [PATCH] Add a theme resources directory --- buildout.cfg | 3 +++ resources/theme/README.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 resources/theme/README.txt diff --git a/buildout.cfg b/buildout.cfg index 8d61050659..0e502aba0e 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,6 +5,9 @@ extends = eggs += Plone +[instance] +resources = ${buildout:directory}/resources + [test] eggs += Products.CMFPlacefulWorkflow diff --git a/resources/theme/README.txt b/resources/theme/README.txt new file mode 100644 index 0000000000..87034ff6c5 --- /dev/null +++ b/resources/theme/README.txt @@ -0,0 +1,4 @@ +This is the theme resources directory. See: + + * http://pypi.python.org/pypi/plone.app.theming#themes-in-resources-directories + * http://pypi.python.org/pypi/plone.resource