From fd8a33315d5dec0f1682a276d18dded1b8699af2 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 27 Jul 2007 13:33:50 +0000 Subject: Converted namespaces from Qpid.* to Apache.Qpid.* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TopicPublisher/Program.cs | 2 +- dotnet/TopicPublisher/default.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dotnet/TopicPublisher') diff --git a/dotnet/TopicPublisher/Program.cs b/dotnet/TopicPublisher/Program.cs index 9206466cf7..a68df14bb3 100644 --- a/dotnet/TopicPublisher/Program.cs +++ b/dotnet/TopicPublisher/Program.cs @@ -4,7 +4,7 @@ namespace TopicPublisher { static void Main(string[] args) { - Qpid.Client.Tests.interop.TopicPublisher.Main(args); + Apache.Qpid.Client.Tests.interop.TopicPublisher.Main(args); } } } diff --git a/dotnet/TopicPublisher/default.build b/dotnet/TopicPublisher/default.build index 38ad896f34..8991aae751 100644 --- a/dotnet/TopicPublisher/default.build +++ b/dotnet/TopicPublisher/default.build @@ -18,7 +18,7 @@ - + -- cgit v1.2.1