File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11/output /
2+ /bin /
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Each operator/native function implements partial or full regex match.
1717**Third-party libraries**
1818* This toolkit embeds RE2 headers/libraries under impl/< include|lib>.
1919 </info : description >
20- <info : version >1.2 .0</info : version >
21- <info : requiredProductVersion >3.2.1 </info : requiredProductVersion >
20+ <info : version >1.4 .0</info : version >
21+ <info : requiredProductVersion >4.0.0 </info : requiredProductVersion >
2222 </info : identity >
2323 <info : dependencies />
2424</info : toolkitInfoModel >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <toolkitModel xmlns =" http://www.ibm.com/xmlns/prod/streams/spl/toolkit" productVersion =" 3.2.1.1 " xmlns : common =" http://www.ibm.com/xmlns/prod/streams/spl/common" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2+ <toolkitModel xmlns =" http://www.ibm.com/xmlns/prod/streams/spl/toolkit" productVersion =" 4.0.0.0 " xmlns : common =" http://www.ibm.com/xmlns/prod/streams/spl/common" xmlns : ti = " http://www.ibm.com/xmlns/prod/streams/spl/toolkitInfo " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
33
4- <toolkit name =" com.ibm.streamsx.regex" requiredProductVersion =" 3.2.1 " version =" 1.2 .0" >
4+ <toolkit name =" com.ibm.streamsx.regex" requiredProductVersion =" 4.0.0 " version =" 1.4 .0" >
55 <description >
66Support for [http://code.google.com/p/re2|RE2] regular expression library.
77
@@ -246,6 +246,18 @@ RegexMatch operator has three custom output functions:
246246 <parameter name =" patternIndex" type =" E" />
247247 </function >
248248 </namespace >
249+ <sabFiles >
250+ <ti : include path =" toolkit.xml" root =" toolkitDir" />
251+ <ti : include path =" impl/java/lib/**" root =" toolkitDir" />
252+ <ti : include path =" impl/java/bin/**" root =" toolkitDir" />
253+ <ti : include path =" impl/bin/**" root =" toolkitDir" />
254+ <ti : include path =" impl/lib/**" root =" toolkitDir" />
255+ <ti : include path =" impl/nl/*.dat" root =" toolkitDir" />
256+ <ti : include path =" etc/**" root =" toolkitDir" />
257+ <ti : include path =" lib/**" root =" toolkitDir" />
258+ <ti : include path =" nl/**" root =" toolkitDir" />
259+ <ti : include path =" opt/**" root =" toolkitDir" />
260+ </sabFiles >
249261 </toolkit >
250262
251263</toolkitModel >
You can’t perform that action at this time.
0 commit comments