Skip to content

Commit eefa799

Browse files
committed
Added support for multiple platforms.
1 parent baa9bce commit eefa799

File tree

1 file changed

+2
-3
lines changed
  • com.ibm.streamsx.regex/com.ibm.streamsx.regex.re2/RegexMatch

1 file changed

+2
-3
lines changed

com.ibm.streamsx.regex/com.ibm.streamsx.regex.re2/RegexMatch/RegexMatch.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ RegexMatch operator has three custom output functions:
4141
<library>
4242
<cmn:description></cmn:description>
4343
<cmn:managedLibrary>
44-
<cmn:lib>re2</cmn:lib>
4544
<cmn:libPath>../../impl/lib</cmn:libPath>
4645
<cmn:includePath>../../impl/include</cmn:includePath>
47-
<cmn:command></cmn:command>
46+
<cmn:command>../../impl/bin/setLib.sh</cmn:command>
4847
</cmn:managedLibrary>
4948
</library>
5049
</libraryDependencies>
@@ -85,7 +84,7 @@ RegexMatch operator has three custom output functions:
8584
<inputPorts>
8685
<inputPortSet>
8786
<description>The RegexMatch operator is configurable with a single input port. The input port is non-mutating and its punctuation mode is Oblivious.</description>
88-
<windowingDescription/>
87+
<windowingDescription></windowingDescription>
8988
<tupleMutationAllowed>false</tupleMutationAllowed>
9089
<windowingMode>NonWindowed</windowingMode>
9190
<windowPunctuationInputMode>Oblivious</windowPunctuationInputMode>

0 commit comments

Comments
 (0)