diff -r 73890f073898 -r 09f57a9bad07 uh_parser/RaptorWarning.pm --- a/uh_parser/RaptorWarning.pm Fri Jul 30 17:06:23 2010 +0100 +++ b/uh_parser/RaptorWarning.pm Tue Aug 31 16:14:25 2010 +0100 @@ -123,7 +123,7 @@ my $package = ''; # if bldinf attribute is not available then heuristically attempt to determine the package if (!$raptor_warning_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_warning_info->{bldinf} = "$1... (guessed)"; }