I am using Clearcase UCM with a dynamic view. (On linux)
In my view there many files ending in .xml. Some of there are "build.xml" files, others are data files. I want to view only "build.xml" files in my view.
Following line in config spec excludes all the "*.xml" files.
element *.xml -none
How can I include just the "build.xml" files?