Skip to content

Commit 4a5fbb5

Browse files
committed
Added Streams 4.0 support.
1 parent 31766e2 commit 4a5fbb5

File tree

2 files changed

+43
-14
lines changed

2 files changed

+43
-14
lines changed

samples/RegexMatchSample/info.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<info:toolkitInfoModel xmlns:common="http://www.ibm.com/xmlns/prod/streams/spl/common"
3-
xmlns:info="http://www.ibm.com/xmlns/prod/streams/spl/toolkitInfo">
4-
<info:identity>
5-
<info:name>com.ibm.streamsx.regex.RegexMatchSample</info:name>
6-
<info:description>Sample use of RegexMatch operator.</info:description>
7-
<info:version>1.0.0</info:version>
8-
<info:requiredProductVersion>3.1.0</info:requiredProductVersion>
9-
</info:identity>
10-
<info:dependencies>
11-
<info:toolkit>
12-
<common:name>com.ibm.streamsx.regex</common:name>
13-
<common:version>1.0.0</common:version>
14-
</info:toolkit>
15-
</info:dependencies>
2+
<info:toolkitInfoModel xmlns:common="http://www.ibm.com/xmlns/prod/streams/spl/common" xmlns:info="http://www.ibm.com/xmlns/prod/streams/spl/toolkitInfo">
3+
<info:identity>
4+
<info:name>com.ibm.streamsx.regex.RegexMatchSample</info:name>
5+
<info:description>Sample use of RegexMatch operator.</info:description>
6+
<info:version>1.1.0</info:version>
7+
<info:requiredProductVersion>4.0</info:requiredProductVersion>
8+
</info:identity>
9+
<info:dependencies>
10+
<info:toolkit>
11+
<common:name>com.ibm.streamsx.regex</common:name>
12+
<common:version>1.0.0</common:version>
13+
</info:toolkit>
14+
</info:dependencies>
1615
</info:toolkitInfoModel>
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.RegexMatchSample" requiredProductVersion="4.0" version="1.1.0">
5+
<description>Sample use of RegexMatch operator.</description>
6+
<uriTable>
7+
<uri index="1" value="sample/RegexMatchSample.spl"/>
8+
</uriTable>
9+
<namespace name="sample">
10+
<compositeOp column="11" line="17" name="RegexMatchSample" 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)