[tarantino] r156 committed - - Change DependencyRegistrar reference in Deployer console app...

1 view
Skip to first unread message

codesite...@google.com

unread,
Dec 29, 2009, 4:26:10 PM12/29/09
to tarantino...@googlegroups.com
Revision: 156
Author: kwhurwitz
Date: Tue Dec 29 13:25:33 2009
Log: - Change DependencyRegistrar reference in Deployer console app...
http://code.google.com/p/tarantino/source/detail?r=156

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)
{

Reply all
Reply to author
Forward
0 new messages