Merge branch community/ignite-1.7.3
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/21377401 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/21377401 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/21377401 Branch: refs/heads/ignite-2788 Commit: 21377401b6d8715bf27252ee063b74feef1a7ccc Parents: 443b4d4 Author: Pavel Tupitsyn <[email protected]> Authored: Mon Oct 3 13:26:22 2016 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Mon Oct 3 13:26:22 2016 +0300 ---------------------------------------------------------------------- .../Apache.Ignite.Core/IgniteConfigurationSection.xsd | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/21377401/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd index f17c896..40e3055 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd +++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd @@ -1107,18 +1107,6 @@ </xs:attribute> </xs:complexType> </xs:element> - <xs:element name="logger" minOccurs="0"> - <xs:annotation> - <xs:documentation>The logger. If no logger is set, logging is delegated to Java, which uses the logger defined in Spring XML (if present) or logs to console otherwise.</xs:documentation> - </xs:annotation> - <xs:complexType> - <xs:attribute name="type" type="xs:string" use="required"> - <xs:annotation> - <xs:documentation>Assembly-qualified type name.</xs:documentation> - </xs:annotation> - </xs:attribute> - </xs:complexType> - </xs:element> </xs:all> <xs:attribute name="gridName" type="xs:string"> <xs:annotation>
