- Added encapsulated dot output and claim reporting to the XML output.

This commit is contained in:
ccremers
2006-08-01 07:31:40 +00:00
parent 9a98e66671
commit 5e10206df1
6 changed files with 70 additions and 3 deletions

View File

@@ -2364,6 +2364,10 @@ arachneClaim (Claimlist cl)
}
}
claimStatusReport (sys, cl);
if (switches.xml)
{
xmlOutClaim (sys, cl);
}
return true;
}
else