CedarNamesFromLoadedFiles.cm
Copyright Ó 1993 by Xerox Corporation. All rights reserved.
Willie-s, March 29, 1993 1:04 pm PST
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 ".'~<b>'~" ReplaceBy "!<b>" 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"