You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/18 12:55:17 UTC

[1/2] ignite git commit: IGNITE-1513: Fix to IgniteManager.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1513 3a010d9e5 -> b6c8584eb


IGNITE-1513: Fix to IgniteManager.


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

Branch: refs/heads/ignite-1513
Commit: ef006976f8edfadbf30343ea7c59fa648bb2d383
Parents: 3a010d9
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Sep 18 13:44:40 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Sep 18 13:44:40 2015 +0300

----------------------------------------------------------------------
 .../src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ef006976/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs
index 0edaeab..8fd8825 100644
--- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs
+++ b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/IgniteManager.cs
@@ -351,8 +351,6 @@ namespace Apache.Ignite.Core.Impl
             {
                 AppendTestClasses(ggHome + "\\examples", cpStr);
                 AppendTestClasses(ggHome + "\\modules", cpStr);
-                AppendTestClasses(ggHome + "\\..\\incubator-ignite\\examples", cpStr);
-                AppendTestClasses(ggHome + "\\..\\incubator-ignite\\modules", cpStr);
             }
 
             string ggLibs = ggHome + "\\libs";


[2/2] ignite git commit: IGNITE-1513: Fix to CPP examples placement.

Posted by vo...@apache.org.
IGNITE-1513: Fix to CPP examples placement.


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

Branch: refs/heads/ignite-1513
Commit: b6c8584ebc2bd2d4ccf605457152e0357203beec
Parents: ef00697
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Sep 18 13:55:51 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Sep 18 13:55:51 2015 +0300

----------------------------------------------------------------------
 assembly/release-fabric.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b6c8584e/assembly/release-fabric.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml
index 1a3c7f9..1456153 100644
--- a/assembly/release-fabric.xml
+++ b/assembly/release-fabric.xml
@@ -91,7 +91,7 @@
         <!-- Move CPP examples. -->
         <fileSet>
             <directory>modules/platform/src/main/cpp/examples</directory>
-            <outputDirectory>/platform/cpp/examples</outputDirectory>
+            <outputDirectory>/platforms/cpp/examples</outputDirectory>
         </fileSet>
 
         <!-- Move CPP licenses. -->