IGNITE-4410 .NET: Move default-config-dotnet.xml to fabric-base so it is not included in Hadoop releases
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a1601625 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a1601625 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a1601625 Branch: refs/heads/master Commit: a16016257c6e8ea0e33ed1b4cfdf0bcc655a16c4 Parents: bf337bc Author: Pavel Tupitsyn <[email protected]> Authored: Tue Feb 21 19:39:22 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Tue Feb 21 19:39:22 2017 +0300 ---------------------------------------------------------------------- assembly/release-base.xml | 5 ----- assembly/release-fabric-base.xml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a1601625/assembly/release-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-base.xml b/assembly/release-base.xml index a2a9382..6870284 100644 --- a/assembly/release-base.xml +++ b/assembly/release-base.xml @@ -46,11 +46,6 @@ <source>config/java.util.logging.properties</source> <outputDirectory>/config</outputDirectory> </file> - - <file> - <source>config/dotnet/default-dotnet.xml</source> - <outputDirectory>/config/dotnet</outputDirectory> - </file> </files> <fileSets> http://git-wip-us.apache.org/repos/asf/ignite/blob/a1601625/assembly/release-fabric-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml index c008083..d7aa0a2 100644 --- a/assembly/release-fabric-base.xml +++ b/assembly/release-fabric-base.xml @@ -65,6 +65,11 @@ <outputDirectory>/examples/schema-import</outputDirectory> <destName>pom.xml</destName> </file> + + <file> + <source>config/dotnet/default-dotnet.xml</source> + <outputDirectory>/config/dotnet</outputDirectory> + </file> </files> <fileSets>
