-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#52 ConfigSection duplicated on NuGet Update
- Loading branch information
Toby Henderson
committed
Mar 17, 2015
1 parent
ce145c1
commit ddea5f4
Showing
4 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
12 changes: 8 additions & 4 deletions
12
Brighter/paramore.brighter.commandprocessor.messaginggateway.rmq/web.config.install.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
Brighter/paramore.brighter.commandprocessor.messaginggateway.rmq/web.config.uninstall.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<!-- Remove section tag --> | ||
<configSections> | ||
<add name="rmqMessagingGateway" xdt:Transform="Remove" xdt:Locator="Match(name)" /> | ||
<section name="rmqMessagingGateway" xdt:Transform="Remove" xdt:Locator="Match(name)" /> | ||
</configSections> | ||
</configuration> |
6 changes: 5 additions & 1 deletion
6
Brighter/paramore.brighter.serviceactivator/app.config.install.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
Brighter/paramore.brighter.serviceactivator/app.config.uninstall.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<!-- Remove serviceActivatorConnections section tag --> | ||
<configSections> | ||
<add name="serviceActivatorConnections" xdt:Transform="Remove" xdt:Locator="Match(name)" /> | ||
<section name="serviceActivatorConnections" xdt:Transform="Remove" xdt:Locator="Match(name)" /> | ||
</configSections> | ||
</configuration> |