Repository: incubator-stratos
Updated Branches:
  refs/heads/master 1405d1b3d -> 84e7c25eb


add JAVA_HOME/bin to PATH


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

Branch: refs/heads/master
Commit: 84e7c25ebab8083f36a8a5d699ef40594aaf0837
Parents: 1405d1b
Author: Akila Perera <[email protected]>
Authored: Sat Apr 12 10:34:05 2014 +0530
Committer: Udara Liyanage <[email protected]>
Committed: Sat Apr 12 16:21:24 2014 +0000

----------------------------------------------------------------------
 tools/puppet3/modules/java/templates/java_home.sh.erb | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/84e7c25e/tools/puppet3/modules/java/templates/java_home.sh.erb
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/java/templates/java_home.sh.erb 
b/tools/puppet3/modules/java/templates/java_home.sh.erb
index c5b02bc..be64c63 100755
--- a/tools/puppet3/modules/java/templates/java_home.sh.erb
+++ b/tools/puppet3/modules/java/templates/java_home.sh.erb
@@ -16,3 +16,4 @@
 # under the License.
 
 export JAVA_HOME="<%= @java_home %>"
+export PATH=$PATH:"<%= @java_home %>/bin"

Reply via email to