File tree Expand file tree Collapse file tree 2 files changed +43
-14
lines changed
Expand file tree Collapse file tree 2 files changed +43
-14
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments