Changeset 1142 for trunk/tools
- Timestamp:
- 01/15/09 15:57:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ConfigMerger/ConfigMerger.cs
r951 r1142 78 78 Merge(sourceNode, destinationNode, destination, "/configuration"); 79 79 80 sourceNode = source.SelectSingleNode("/configuration/connectionStrings"); 81 destinationNode = destination.SelectSingleNode("/configuration/connectionStrings"); 82 Merge(sourceNode, destinationNode, destination, "/configuration"); 83 80 84 destination.Save(destinationFile); 81 85 }
Note: See TracChangeset
for help on using the changeset viewer.