Repository: ignite Updated Branches: refs/heads/master 2311de477 -> 8521b89b5
CPP example: Fixed path to config. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/df1f7706 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/df1f7706 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/df1f7706 Branch: refs/heads/master Commit: df1f77068d5fd76c6104d3c318acd3c3b9376514 Parents: 6771638 Author: vozerov-gridgain <[email protected]> Authored: Wed Sep 9 15:52:52 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Wed Sep 9 15:52:52 2015 +0300 ---------------------------------------------------------------------- examples/platform/cpp/src/putgetexample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/df1f7706/examples/platform/cpp/src/putgetexample.cpp ---------------------------------------------------------------------- diff --git a/examples/platform/cpp/src/putgetexample.cpp b/examples/platform/cpp/src/putgetexample.cpp index 9ba1258..2f82a7d 100644 --- a/examples/platform/cpp/src/putgetexample.cpp +++ b/examples/platform/cpp/src/putgetexample.cpp @@ -88,7 +88,7 @@ int main() cfg.jvmInitMem = 512; cfg.jvmMaxMem = 512; - cfg.springCfgPath = "examples/config/cpp/example-cache.xml"; + cfg.springCfgPath = "examples/config/platform/cpp/example-cache.xml"; try {
