IGNITE-5028 .NET: Remove default-dotnet.xml

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/52bb84db
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/52bb84db
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/52bb84db

Branch: refs/heads/ignite-4535
Commit: 52bb84dba83916ea0b22b793f4359f82e8ee4573
Parents: d76a729
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Wed Apr 19 15:07:41 2017 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Wed Apr 19 15:07:41 2017 +0300

----------------------------------------------------------------------
 assembly/release-fabric-base.xml |  5 ----
 config/dotnet/default-dotnet.xml | 45 -----------------------------------
 2 files changed, 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/52bb84db/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index b374ab4..5007785 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -59,11 +59,6 @@
             <destName>NOTICE</destName>
             <outputDirectory>/</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/52bb84db/config/dotnet/default-dotnet.xml
----------------------------------------------------------------------
diff --git a/config/dotnet/default-dotnet.xml b/config/dotnet/default-dotnet.xml
deleted file mode 100644
index 897c4e5..0000000
--- a/config/dotnet/default-dotnet.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="
-       http://www.springframework.org/schema/beans
-       http://www.springframework.org/schema/beans/spring-beans.xsd";>
-    <!--
-        Default configuration that .NET nodes use.
-    -->
-    <bean id="grid.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
-               <property name="binaryConfiguration">
-                       <bean 
class="org.apache.ignite.configuration.BinaryConfiguration">
-                               <property name="idMapper">
-                                       <bean 
class="org.apache.ignite.binary.BinaryBasicIdMapper">
-                                               <property name="lowerCase" 
value="true"/>
-                                       </bean>
-                               </property>
-                               <property name="nameMapper">
-                                       <bean 
class="org.apache.ignite.binary.BinaryBasicNameMapper">
-                                               <property name="simpleName" 
value="true"/>
-                                       </bean>
-                               </property>
-                               <property name="compactFooter" value="true"/>
-                       </bean>
-               </property>
-       </bean>
-</beans>

Reply via email to