diff -r 73890f073898 -r 09f57a9bad07 uh_parser/RaptorError.pm --- a/uh_parser/RaptorError.pm Fri Jul 30 17:06:23 2010 +0100 +++ b/uh_parser/RaptorError.pm Tue Aug 31 16:14:25 2010 +0100 @@ -193,7 +193,7 @@ my $package = ''; # if bldinf attribute is not available then heuristically attempt to determine the package if (!$raptor_error_info->{bldinf} && - $characters =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation)[/\\][a-zA-Z]+[/\\]?),s) + $characters =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation|adapt)[/\\][a-zA-Z]+[/\\]?),s) { $raptor_error_info->{bldinf} = "$1... (guessed)"; }