Skip to content

Commit

Permalink
Item11264: Foswiki.spec should incl. default plugins
Browse files Browse the repository at this point in the history
Otherwise the unit tests are extremely noisy warning about missing
{Module} package name

git-svn-id: http://svn.foswiki.org/trunk@13227 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Nov 25, 2011
1 parent 6fde968 commit 894de10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/lib/Foswiki.spec
Expand Up @@ -1644,6 +1644,8 @@ $Foswiki::cfg{Plugins}{MailerContribPlugin}{Enabled} = 1;
$Foswiki::cfg{Plugins}{MailerContribPlugin}{Module} = 'Foswiki::Plugins::MailerContribPlugin';
$Foswiki::cfg{Plugins}{SubscribePlugin}{Enabled} = 1;
$Foswiki::cfg{Plugins}{SubscribePlugin}{Module} = 'Foswiki::Plugins::SubscribePlugin';
$Foswiki::cfg{Plugins}{UpdatesPlugin}{Enabled} = 1;
$Foswiki::cfg{Plugins}{UpdatesPlugin}{Module} = 'Foswiki::Plugins::UpdatesPlugin';

#---++ Plugin settings
#<p>Expert settings controlling extension operation.</p>
Expand Down

0 comments on commit 894de10

Please sign in to comment.