Setup/Webserver: Change namespace

refs 
This commit is contained in:
Marius Hein 2014-11-07 09:09:02 +01:00
parent c0f84a945c
commit 162b35566c
5 changed files with 5 additions and 5 deletions
application/clicommands
library/Icinga/Web/Setup/Webserver

@ -6,7 +6,7 @@ namespace Icinga\Clicommands;
use Icinga\Application\Logger;
use Icinga\Cli\Command;
use Icinga\Config\Webserver\Webserver;
use Icinga\Web\Setup\Webserver\Webserver;
use Icinga\Exception\ProgrammingError;
/**

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Config\Webserver;
namespace Icinga\Web\Setup\Webserver;
/**
* Generate apache 2.x (< 2.4) configuration

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Config\Webserver;
namespace Icinga\Web\Setup\Webserver;
/**
* Generate apache2.4 configuration

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Config\Webserver;
namespace Icinga\Web\Setup\Webserver;
/**
* Create nginx webserver configuration

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Config\Webserver;
namespace Icinga\Web\Setup\Webserver;
use Icinga\Application\ApplicationBootstrap;
use Icinga\Exception\ProgrammingError;