You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/04 00:18:00 UTC

incubator-ignite git commit: #nodejs: wip

Repository: incubator-ignite
Updated Branches:
  refs/heads/nodejs 45bfba30b -> be555fd73


#nodejs: wip


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

Branch: refs/heads/nodejs
Commit: be555fd73cd1c6701e01ec64637b416c338e2ab9
Parents: 45bfba3
Author: ivasilinets <iv...@gridgain.com>
Authored: Thu Jun 4 01:17:51 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Thu Jun 4 01:17:51 2015 +0300

----------------------------------------------------------------------
 examples/config/example-ignite.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/be555fd7/examples/config/example-ignite.xml
----------------------------------------------------------------------
diff --git a/examples/config/example-ignite.xml b/examples/config/example-ignite.xml
index 8574dfb..897ca98 100644
--- a/examples/config/example-ignite.xml
+++ b/examples/config/example-ignite.xml
@@ -52,7 +52,7 @@
 
         <property name="connectorConfiguration">
             <bean class="org.apache.ignite.configuration.ConnectorConfiguration">
-                <property name="jettyPath" value="modules\clients\src\test\resources\jetty\rest-jetty.xml"/>
+                <property name="jettyPath" value="modules/clients/src/test/resources/jetty/rest-jetty.xml"/>
             </bean>
         </property>