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 A9F48174CD for ; Tue, 22 Sep 2015 08:24:41 +0000 (UTC) Received: (qmail 63233 invoked by uid 500); 22 Sep 2015 08:24:32 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 63192 invoked by uid 500); 22 Sep 2015 08:24:32 -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 63179 invoked by uid 99); 22 Sep 2015 08:24:32 -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; Tue, 22 Sep 2015 08:24:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 008CFDFF7E; Tue, 22 Sep 2015 08:24:31 +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: Tue, 22 Sep 2015 08:24:31 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] ignite git commit: IGNITE-1513: WIP. Repository: ignite Updated Branches: refs/heads/ignite-1513-final bcefaa24d -> 70f144d37 IGNITE-1513: WIP. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e6d1d2d8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e6d1d2d8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e6d1d2d8 Branch: refs/heads/ignite-1513-final Commit: e6d1d2d82142269807f3f0adb804b4db11ef29d9 Parents: bcefaa2 Author: vozerov-gridgain Authored: Tue Sep 22 11:12:40 2015 +0300 Committer: vozerov-gridgain Committed: Tue Sep 22 11:12:40 2015 +0300 ---------------------------------------------------------------------- assembly/release-fabric.xml | 16 ++++++++-------- .../Compute/ClosureExample.cs | 2 +- .../Apache.Ignite.Examples/Compute/TaskExample.cs | 2 +- .../Datagrid/ContinuousQueryExample.cs | 2 +- .../Datagrid/DataStreamerExample.cs | 2 +- .../Datagrid/PutGetExample.cs | 2 +- .../Apache.Ignite.Examples/Datagrid/QueryExample.cs | 2 +- .../Apache.Ignite.Examples/Datagrid/StoreExample.cs | 2 +- .../Datagrid/TransactionExample.cs | 2 +- .../Apache.Ignite.Examples/Events/EventsExample.cs | 2 +- .../Messaging/MessagingExample.cs | 2 +- .../Apache.Ignite.Examples/Misc/LifecycleExample.cs | 2 +- .../Services/ServicesExample.cs | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/assembly/release-fabric.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml index 944922d..bc1b89b 100644 --- a/assembly/release-fabric.xml +++ b/assembly/release-fabric.xml @@ -67,20 +67,20 @@ - modules/platforms/dotnet/Examples/Apache.Ignite.Examples.slnrel - /platforms/dotnet/Examples + modules/platforms/dotnet/examples/Apache.Ignite.Examples.slnrel + /platforms/dotnet/examples Apache.Ignite.Examples.sln - modules/platforms/dotnet/Examples/Apache.Ignite.Examples/Apache.Ignite.Examples.csprojrel - /platforms/dotnet/Examples/Apache.Ignite.Examples + modules/platforms/dotnet/examples/Apache.Ignite.Examples/Apache.Ignite.Examples.csprojrel + /platforms/dotnet/examples/Apache.Ignite.Examples Apache.Ignite.Examples.csproj - modules/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/Apache.Ignite.ExamplesDll.csprojrel - /platforms/dotnet/Examples/Apache.Ignite.ExamplesDll + modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Apache.Ignite.ExamplesDll.csprojrel + /platforms/dotnet/examples/Apache.Ignite.ExamplesDll Apache.Ignite.ExamplesDll.csproj @@ -130,8 +130,8 @@ - modules/platforms/dotnet/Examples - /platforms/dotnet/Examples + modules/platforms/dotnet/examples + /platforms/dotnet/examples **/*.csproj* **/*.sln* http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/ClosureExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/ClosureExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/ClosureExample.cs index 7d0128d..6f07145 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/ClosureExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/ClosureExample.cs @@ -27,7 +27,7 @@ namespace Apache.Ignite.Examples.Compute /// Example demonstrating closure execution. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/TaskExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/TaskExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/TaskExample.cs index 47fee9e..ee25c5a 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/TaskExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Compute/TaskExample.cs @@ -27,7 +27,7 @@ namespace Apache.Ignite.Examples.Compute /// Example demonstrating task execution. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/ContinuousQueryExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/ContinuousQueryExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/ContinuousQueryExample.cs index c61b45d..7100788 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/ContinuousQueryExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/ContinuousQueryExample.cs @@ -29,7 +29,7 @@ namespace Apache.Ignite.Examples.Datagrid /// This example demonstrates continuous query API. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/DataStreamerExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/DataStreamerExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/DataStreamerExample.cs index ee9e200..b44c63b 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/DataStreamerExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/DataStreamerExample.cs @@ -30,7 +30,7 @@ namespace Apache.Ignite.Examples.Datagrid /// as it properly buffers cache requests together and properly manages load on remote nodes. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs index c1146f1..d90a9b9 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/PutGetExample.cs @@ -30,7 +30,7 @@ namespace Apache.Ignite.Examples.Datagrid /// cache projection. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/QueryExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/QueryExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/QueryExample.cs index 523b83f..a840b1e 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/QueryExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/QueryExample.cs @@ -30,7 +30,7 @@ namespace Apache.Ignite.Examples.Datagrid /// full text queries over this data. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/StoreExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/StoreExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/StoreExample.cs index 6c2b40d..950a427 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/StoreExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/StoreExample.cs @@ -27,7 +27,7 @@ namespace Apache.Ignite.Examples.Datagrid /// Example demonstrating cache store. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/TransactionExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/TransactionExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/TransactionExample.cs index 6be3523..8a16b30 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/TransactionExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/TransactionExample.cs @@ -27,7 +27,7 @@ namespace Apache.Ignite.Examples.Datagrid /// This example demonstrates how to use transactions on Apache cache. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Events/EventsExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Events/EventsExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Events/EventsExample.cs index 83802cc..92a14ed 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Events/EventsExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Events/EventsExample.cs @@ -30,7 +30,7 @@ namespace Apache.Ignite.Examples.Events /// Example demonstrating Ignite events. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Messaging/MessagingExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Messaging/MessagingExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Messaging/MessagingExample.cs index a24c47c..39c8f53 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Messaging/MessagingExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Messaging/MessagingExample.cs @@ -29,7 +29,7 @@ namespace Apache.Ignite.Examples.Messaging /// 1) Run %IGNITE_HOME%/platforms/dotnet/Apache.Ignite/bin/${Platform]/${Configuration}/Apache.Ignite.exe: /// Apache.Ignite.exe -IgniteHome="%IGNITE_HOME%" -springConfigUrl=platforms\dotnet\examples\config\example-compute.xml -assembly=[path_to_Apache.Ignite.ExamplesDll.dll] /// 2) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 3) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 4) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Misc/LifecycleExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Misc/LifecycleExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Misc/LifecycleExample.cs index 2d319e8..4a1162b 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Misc/LifecycleExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Misc/LifecycleExample.cs @@ -29,7 +29,7 @@ namespace Apache.Ignite.Examples.Misc /// events to the console. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5). http://git-wip-us.apache.org/repos/asf/ignite/blob/e6d1d2d8/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Services/ServicesExample.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Services/ServicesExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Services/ServicesExample.cs index 6d0ddd0..51899a6 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Services/ServicesExample.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Services/ServicesExample.cs @@ -26,7 +26,7 @@ namespace Apache.Ignite.Examples.Services /// Example demonstrating Ignite services. /// /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). - /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/Examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. + /// Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. /// 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> /// Application -> Startup object); /// 3) Start example (F5 or Ctrl+F5).