Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C19BA18637 for ; Thu, 3 Sep 2015 13:19:14 +0000 (UTC) Received: (qmail 45488 invoked by uid 500); 3 Sep 2015 13:19:14 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 45458 invoked by uid 500); 3 Sep 2015 13:19:14 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 45449 invoked by uid 99); 3 Sep 2015 13:19:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 13:19:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 644A9E7E22; Thu, 3 Sep 2015 13:19:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Thu, 03 Sep 2015 13:19:15 -0000 Message-Id: <8af5014ae5814186bd0065bcad672da2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] ignite git commit: IGNITE-1364: Fixing factory problem. IGNITE-1364: Fixing factory problem. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e37bba13 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e37bba13 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e37bba13 Branch: refs/heads/ignite-1364 Commit: e37bba137476a8496e4a9d628e59ab77ec06ecd3 Parents: 958fc21 Author: vozerov-gridgain Authored: Thu Sep 3 16:19:51 2015 +0300 Committer: vozerov-gridgain Committed: Thu Sep 3 16:19:51 2015 +0300 ---------------------------------------------------------------------- ...he.ignite.internal.processors.platform.PlatformBootstrapFactory | 2 -- ...he.ignite.internal.processors.platform.PlatformBootstrapFactory | 2 ++ parent/pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e37bba13/modules/platform/src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory b/modules/platform/src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory deleted file mode 100644 index 7f015e7..0000000 --- a/modules/platform/src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.ignite.internal.processors.platform.cpp.PlatformCppBootstrapFactory -org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetBootstrapFactory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/e37bba13/modules/platform/src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory b/modules/platform/src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory new file mode 100644 index 0000000..7f015e7 --- /dev/null +++ b/modules/platform/src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory @@ -0,0 +1,2 @@ +org.apache.ignite.internal.processors.platform.cpp.PlatformCppBootstrapFactory +org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetBootstrapFactory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/e37bba13/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d36c6f8..d003cff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -739,6 +739,7 @@ src/main/dotnet/Apache.Ignite.sln src/main/dotnet/Apache.Ignite.sln.DotSettings src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory + src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj src/test/portables/repo/org/apache/ignite/portable/test1/1.1/test1-1.1.jar src/test/portables/repo/org/apache/ignite/portable/test2/1.1/test2-1.1.jar