From 9d101f5d0d65ef920827e564f219e2d55c28428c Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Thu, 17 Nov 2016 09:05:39 +0100 Subject: [PATCH] Moved project up one folder --- {Tapeti/Annotations => Annotations}/MessageHandlerAttribute.cs | 0 {Tapeti/Annotations => Annotations}/QueueAttribute.cs | 0 {Tapeti/Connection => Connection}/TapetiPublisher.cs | 0 {Tapeti/Connection => Connection}/TapetiSubscriber.cs | 0 {Tapeti/Connection => Connection}/TapetiWorker.cs | 0 {Tapeti/Default => Default}/DefaultControllerFactory.cs | 0 {Tapeti/Default => Default}/DefaultRoutingKeyStrategy.cs | 0 Tapeti/IControllerFactory.cs => IControllerFactory.cs | 0 ...essageHandlerRegistration.cs => IMessageHandlerRegistration.cs | 0 Tapeti/IPublisher.cs => IPublisher.cs | 0 Tapeti/IRoutingKeyStrategy.cs => IRoutingKeyStrategy.cs | 0 Tapeti/ISubscriber.cs => ISubscriber.cs | 0 {Tapeti/Properties => Properties}/AssemblyInfo.cs | 0 .../AbstractControllerRegistration.cs | 0 .../ControllerDynamicQueueRegistration.cs | 0 .../Registration => Registration}/ControllerQueueRegistration.cs | 0 Tapeti/Tapeti.csproj => Tapeti.csproj | 0 Tapeti/Tapeti.sln => Tapeti.sln | 0 Tapeti/TapetiConnection.cs => TapetiConnection.cs | 0 Tapeti/packages.config => packages.config | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {Tapeti/Annotations => Annotations}/MessageHandlerAttribute.cs (100%) rename {Tapeti/Annotations => Annotations}/QueueAttribute.cs (100%) rename {Tapeti/Connection => Connection}/TapetiPublisher.cs (100%) rename {Tapeti/Connection => Connection}/TapetiSubscriber.cs (100%) rename {Tapeti/Connection => Connection}/TapetiWorker.cs (100%) rename {Tapeti/Default => Default}/DefaultControllerFactory.cs (100%) rename {Tapeti/Default => Default}/DefaultRoutingKeyStrategy.cs (100%) rename Tapeti/IControllerFactory.cs => IControllerFactory.cs (100%) rename Tapeti/IMessageHandlerRegistration.cs => IMessageHandlerRegistration.cs (100%) rename Tapeti/IPublisher.cs => IPublisher.cs (100%) rename Tapeti/IRoutingKeyStrategy.cs => IRoutingKeyStrategy.cs (100%) rename Tapeti/ISubscriber.cs => ISubscriber.cs (100%) rename {Tapeti/Properties => Properties}/AssemblyInfo.cs (100%) rename {Tapeti/Registration => Registration}/AbstractControllerRegistration.cs (100%) rename {Tapeti/Registration => Registration}/ControllerDynamicQueueRegistration.cs (100%) rename {Tapeti/Registration => Registration}/ControllerQueueRegistration.cs (100%) rename Tapeti/Tapeti.csproj => Tapeti.csproj (100%) rename Tapeti/Tapeti.sln => Tapeti.sln (100%) rename Tapeti/TapetiConnection.cs => TapetiConnection.cs (100%) rename Tapeti/packages.config => packages.config (100%) diff --git a/Tapeti/Annotations/MessageHandlerAttribute.cs b/Annotations/MessageHandlerAttribute.cs similarity index 100% rename from Tapeti/Annotations/MessageHandlerAttribute.cs rename to Annotations/MessageHandlerAttribute.cs diff --git a/Tapeti/Annotations/QueueAttribute.cs b/Annotations/QueueAttribute.cs similarity index 100% rename from Tapeti/Annotations/QueueAttribute.cs rename to Annotations/QueueAttribute.cs diff --git a/Tapeti/Connection/TapetiPublisher.cs b/Connection/TapetiPublisher.cs similarity index 100% rename from Tapeti/Connection/TapetiPublisher.cs rename to Connection/TapetiPublisher.cs diff --git a/Tapeti/Connection/TapetiSubscriber.cs b/Connection/TapetiSubscriber.cs similarity index 100% rename from Tapeti/Connection/TapetiSubscriber.cs rename to Connection/TapetiSubscriber.cs diff --git a/Tapeti/Connection/TapetiWorker.cs b/Connection/TapetiWorker.cs similarity index 100% rename from Tapeti/Connection/TapetiWorker.cs rename to Connection/TapetiWorker.cs diff --git a/Tapeti/Default/DefaultControllerFactory.cs b/Default/DefaultControllerFactory.cs similarity index 100% rename from Tapeti/Default/DefaultControllerFactory.cs rename to Default/DefaultControllerFactory.cs diff --git a/Tapeti/Default/DefaultRoutingKeyStrategy.cs b/Default/DefaultRoutingKeyStrategy.cs similarity index 100% rename from Tapeti/Default/DefaultRoutingKeyStrategy.cs rename to Default/DefaultRoutingKeyStrategy.cs diff --git a/Tapeti/IControllerFactory.cs b/IControllerFactory.cs similarity index 100% rename from Tapeti/IControllerFactory.cs rename to IControllerFactory.cs diff --git a/Tapeti/IMessageHandlerRegistration.cs b/IMessageHandlerRegistration.cs similarity index 100% rename from Tapeti/IMessageHandlerRegistration.cs rename to IMessageHandlerRegistration.cs diff --git a/Tapeti/IPublisher.cs b/IPublisher.cs similarity index 100% rename from Tapeti/IPublisher.cs rename to IPublisher.cs diff --git a/Tapeti/IRoutingKeyStrategy.cs b/IRoutingKeyStrategy.cs similarity index 100% rename from Tapeti/IRoutingKeyStrategy.cs rename to IRoutingKeyStrategy.cs diff --git a/Tapeti/ISubscriber.cs b/ISubscriber.cs similarity index 100% rename from Tapeti/ISubscriber.cs rename to ISubscriber.cs diff --git a/Tapeti/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs similarity index 100% rename from Tapeti/Properties/AssemblyInfo.cs rename to Properties/AssemblyInfo.cs diff --git a/Tapeti/Registration/AbstractControllerRegistration.cs b/Registration/AbstractControllerRegistration.cs similarity index 100% rename from Tapeti/Registration/AbstractControllerRegistration.cs rename to Registration/AbstractControllerRegistration.cs diff --git a/Tapeti/Registration/ControllerDynamicQueueRegistration.cs b/Registration/ControllerDynamicQueueRegistration.cs similarity index 100% rename from Tapeti/Registration/ControllerDynamicQueueRegistration.cs rename to Registration/ControllerDynamicQueueRegistration.cs diff --git a/Tapeti/Registration/ControllerQueueRegistration.cs b/Registration/ControllerQueueRegistration.cs similarity index 100% rename from Tapeti/Registration/ControllerQueueRegistration.cs rename to Registration/ControllerQueueRegistration.cs diff --git a/Tapeti/Tapeti.csproj b/Tapeti.csproj similarity index 100% rename from Tapeti/Tapeti.csproj rename to Tapeti.csproj diff --git a/Tapeti/Tapeti.sln b/Tapeti.sln similarity index 100% rename from Tapeti/Tapeti.sln rename to Tapeti.sln diff --git a/Tapeti/TapetiConnection.cs b/TapetiConnection.cs similarity index 100% rename from Tapeti/TapetiConnection.cs rename to TapetiConnection.cs diff --git a/Tapeti/packages.config b/packages.config similarity index 100% rename from Tapeti/packages.config rename to packages.config