Skip to content

Commit ec56f37

Browse files
committed
Added Streams 4.0 support.
1 parent 10f1df2 commit ec56f37

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

com.ibm.streamsx.regex/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/output/
2+
/bin/

com.ibm.streamsx.regex/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

com.ibm.streamsx.regex/toolkit.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
66
Support 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>

0 commit comments

Comments
 (0)