Skip to content

Commit b30e652

Browse files
committed
Reorganize project structure #247
1 parent cc065c0 commit b30e652

34 files changed

Lines changed: 13 additions & 6 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=configuration/@EntryIndexedValue">True</s:Boolean>
3+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=connection/@EntryIndexedValue">True</s:Boolean>
4+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=connection_005Ceventargs/@EntryIndexedValue">True</s:Boolean>
5+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=constants/@EntryIndexedValue">True</s:Boolean>
6+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=eventargs/@EntryIndexedValue">True</s:Boolean>
7+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=extensions/@EntryIndexedValue">True</s:Boolean>
8+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=management/@EntryIndexedValue">True</s:Boolean>
9+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=message/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

src/ActiveMQ.Artemis.Client/Builders/RpcClientBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Threading.Tasks;
44
using ActiveMQ.Artemis.Client.Exceptions;
55
using ActiveMQ.Artemis.Client.InternalUtilities;
6-
using ActiveMQ.Artemis.Client.Management;
76
using Amqp;
87
using Amqp.Framing;
98

src/ActiveMQ.Artemis.Client/AnonymousProducerConfiguration.cs renamed to src/ActiveMQ.Artemis.Client/Configuration/AnonymousProducerConfiguration.cs

File renamed without changes.

src/ActiveMQ.Artemis.Client/ConsumerConfiguration.cs renamed to src/ActiveMQ.Artemis.Client/Configuration/ConsumerConfiguration.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ActiveMQ.Artemis.Client/IBaseProducerConfiguration.cs renamed to src/ActiveMQ.Artemis.Client/Configuration/IBaseProducerConfiguration.cs

File renamed without changes.

src/ActiveMQ.Artemis.Client/ProducerConfiguration.cs renamed to src/ActiveMQ.Artemis.Client/Configuration/ProducerConfiguration.cs

File renamed without changes.

src/ActiveMQ.Artemis.Client/QueueConfiguration.cs renamed to src/ActiveMQ.Artemis.Client/Configuration/QueueConfiguration.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)