You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/10 23:48:32 UTC

[03/23] incubator-slider git commit: SLIDER-622 trying to automate adding path

SLIDER-622 trying to automate adding path


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

Branch: refs/heads/releases/slider-0.60
Commit: 47473aa13e07e50fdd793191f69df36a31f88bd8
Parents: 0b24aee
Author: Steve Loughran <st...@apache.org>
Authored: Mon Nov 10 20:16:06 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Nov 10 22:48:09 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/47473aa1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2689abf..2898995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1327,7 +1327,7 @@
         </os>
       </activation>
       <properties>
-        <test.env.path>${env.PATH}:{$project.basedir}\bin\windows\${hadoop.version}\bin}</test.env.path>  
+        <test.env.path>${env.PATH}:${project.basedir}\bin\windows\${hadoop.version}\bin}</test.env.path>  
       </properties>
       <modules>
         <module>app-packages/hbase-win</module>