Skip to content

Commit 9cfdf83

Browse files
committed
Added Streams 4.0 support.
1 parent ec56f37 commit 9cfdf83

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

samples/RegexMatchNFSample/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<info:identity>
44
<info:name>com.ibm.streamsx.regex.RegexMatchNFSample</info:name>
55
<info:description>Sample use of regex native functions.</info:description>
6-
<info:version>1.0.1</info:version>
7-
<info:requiredProductVersion>3.2.1</info:requiredProductVersion>
6+
<info:version>1.1.1</info:version>
7+
<info:requiredProductVersion>4.0</info:requiredProductVersion>
88
</info:identity>
99
<info:dependencies>
1010
<info:toolkit>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
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">
3+
4+
<toolkit name="com.ibm.streamsx.regex.RegexMatchNFSample" requiredProductVersion="4.0" version="1.1.1">
5+
<description>Sample use of regex native functions.</description>
6+
<uriTable>
7+
<uri index="1" value="sample/RegexMatchNFSample.spl"/>
8+
</uriTable>
9+
<namespace name="sample">
10+
<compositeOp column="11" line="17" name="RegexMatchNFSample" potentialMain="true" uriIndex="1"/>
11+
</namespace>
12+
<dependency>
13+
<common:name>com.ibm.streamsx.regex</common:name>
14+
<common:version>1.0.0</common:version>
15+
</dependency>
16+
<sabFiles>
17+
<ti:include path="toolkit.xml" root="toolkitDir"/>
18+
<ti:include path="impl/java/lib/**" root="toolkitDir"/>
19+
<ti:include path="impl/java/bin/**" root="toolkitDir"/>
20+
<ti:include path="impl/bin/**" root="toolkitDir"/>
21+
<ti:include path="impl/lib/**" root="toolkitDir"/>
22+
<ti:include path="impl/nl/*.dat" root="toolkitDir"/>
23+
<ti:include path="etc/**" root="toolkitDir"/>
24+
<ti:include path="lib/**" root="toolkitDir"/>
25+
<ti:include path="nl/**" root="toolkitDir"/>
26+
<ti:include path="opt/**" root="toolkitDir"/>
27+
</sabFiles>
28+
</toolkit>
29+
30+
</toolkitModel>

0 commit comments

Comments
 (0)