Commit d83096f4 authored by Brian Lloyd's avatar Brian Lloyd

Added line for ZCTextIndex

parent 30b73cfb
......@@ -389,7 +389,8 @@ def build_zope(path):
'lib/python/Shared/DC/xml/pyexpat',
'lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter',
'lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter',
'lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter'
'lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter',
'lib/python/Products/ZCTextIndex'
):
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