Commit baf22736 authored by matt@zope.com's avatar matt@zope.com

Add Products/PluginIndexes/TextIndex stuff to build list

parent b44702fc
......@@ -385,7 +385,9 @@ def build_zope(path):
'lib/python/ZODB',
'lib/python/BTrees',
'lib/python/SearchIndex',
'lib/python/Shared/DC/xml/pyexpat'
'lib/python/Shared/DC/xml/pyexpat',
'lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter',
'lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter'
):
dirpath = string.join(string.split(item, '/'), os.sep)
builder.make(dirpath)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment