-
Story
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
-
None
<xmlfile matches="/abc:project" in=".*" as="testVariable">
should be:
<xmlfile matches="/abc:project" in="{*}" as="testVariable">
<xmlfile matches="/abc:project" in=".*" as="testVariable">
should be:
<xmlfile matches="/abc:project" in="{*}" as="testVariable">