Removing exclude of files that don't exist anymore.

This commit is contained in:
Colin Kuskie 2012-06-11 10:20:05 -07:00
parent ffcee041be
commit db3058c0b7

View file

@ -25,7 +25,7 @@ require WebGUI::Config;
require WebGUI::Pluggable; require WebGUI::Pluggable;
# these modules should always be skipped # these modules should always be skipped
my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler); my @excludes = qw(WebGUI::PerformanceProfiler);
push @excludes, readLines($webguiRoot."/sbin/preload.exclude"); push @excludes, readLines($webguiRoot."/sbin/preload.exclude");
WebGUI::Pluggable::findAndLoad( "WebGUI", WebGUI::Pluggable::findAndLoad( "WebGUI",