<<>> <> <> <> <<>> SetProperty ldfFile $(prop -s 1 ldfFile) Echo -s (Starting to build $ldfFile.cedar) Viewer -destroy EditTool $(pwd)ldfFile.cedar Copy ldfFile.cedar ¬ $ldfFile SetProperty EditCommand (SubstituteInEntireDoc MatchExact MatchAnywhere ClearSearchFor "/project/cedar10.1/release/" ReplaceBy "/Cedar10.1/" DoSubstitute SubstituteInEntireDoc MatchPattern MatchAnywhere ClearSearchFor ".'~'~" ReplaceBy "!" DoSubstitute ) EditTool DoTiogaOps FilesList "ldfFile.cedar" WDir $(prop -q WorkingDirectory) Operations $(prop -q EditCommand) DoForEachFile Echo "looking up dates" echo -n "dlist " > tmp.cm type ldfFile.cedar >> tmp.cm source tmp.cm > ldfFile.cedar.dates echo "dates written to ldfFile.cedar.dates"