TS 6.5 sp2solaris 8I've been trying to customize the tagging step in TS 6.5 CCSTD. I'm trying to exclude files with a .xml extension (easy) and exclude files with no extension from the tagging step. Excluding files with no extension does not seem to be possible. I've tried the following different regex patterns. None of them seem to work.<applications><application id="ccstd"><param id="filtered-file-type-regex" value="/[^\.]*/"></param></application></applications><param id="filtered-file-type-regex" value="/\/[^\.]*/"></param>
/^[^\.]*$/
/templatedata/