Modified:
/trunk/src/Tarantino.Deployer.Console/Program.cs
=======================================
--- /trunk/src/Tarantino.Deployer.Console/Program.cs Tue Dec 29 12:09:43
2009
+++ /trunk/src/Tarantino.Deployer.Console/Program.cs Tue Dec 29 13:25:33
2009
@@ -7,7 +7,7 @@
using Tarantino.Deployer.Core.Services;
using Tarantino.Deployer.Core.Services.Configuration;
using Tarantino.Deployer.Core.Services.Configuration.Impl;
-using Tarantino.Infrastructure;
+using Tarantino.Deployer.Infrastructure;
using Environment=System.Environment;
namespace Tarantino.Deployer.Console
@@ -18,7 +18,7 @@
public static void Main(string[] args)
{
- InfrastructureDependencyRegistrar.RegisterInfrastructure();
+ DeployerInfrastructureDependencyRegistrar.RegisterInfrastructure();
if (args.Length != 4)
{