Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 a846ad29f -> 3feaae214


# IGNITE-843 Upgrade java version to jdk1.7.0_79.


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

Branch: refs/heads/ignite-843
Commit: f1a791b4c3ba55c2c8449bf489923ec3644360be
Parents: a846ad2
Author: sevdokimov <sergey.evdoki...@jetbrains.com>
Authored: Sun Jun 28 18:58:13 2015 +0300
Committer: sevdokimov <sergey.evdoki...@jetbrains.com>
Committed: Sun Jun 28 18:58:13 2015 +0300

----------------------------------------------------------------------
 .../nodejs/public/javascripts/controllers/summary.js    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f1a791b4/modules/webconfig/nodejs/public/javascripts/controllers/summary.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/public/javascripts/controllers/summary.js 
b/modules/webconfig/nodejs/public/javascripts/controllers/summary.js
index 77c69c3..0125d76 100644
--- a/modules/webconfig/nodejs/public/javascripts/controllers/summary.js
+++ b/modules/webconfig/nodejs/public/javascripts/controllers/summary.js
@@ -74,18 +74,18 @@ configuratorModule.controller('clustersList', ['$scope', 
'$http', function ($sco
             "RUN mkdir /opt/jdk\n"+
             "\n"+
             "RUN wget --header \"Cookie: 
oraclelicense=accept-securebackup-cookie\" \\\n"+
-            "  
http://download.oracle.com/otn-pub/java/jdk/7u76-b13/jdk-7u76-linux-x64.tar.gz\n"+
+            "  
http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz\n"+
             "\n"+
-            "RUN tar -zxf jdk-7u76-linux-x64.tar.gz -C /opt/jdk\n"+
+            "RUN tar -zxf jdk-7u79-linux-x64.tar.gz -C /opt/jdk\n"+
             "\n"+
-            "RUN rm jdk-7u76-linux-x64.tar.gz\n"+
+            "RUN rm jdk-7u79-linux-x64.tar.gz\n"+
             "\n"+
-            "RUN update-alternatives --install /usr/bin/java java 
/opt/jdk/jdk1.7.0_76/bin/java 100\n"+
+            "RUN update-alternatives --install /usr/bin/java java 
/opt/jdk/jdk1.7.0_79/bin/java 100\n"+
             "\n"+
-            "RUN update-alternatives --install /usr/bin/javac javac 
/opt/jdk/jdk1.7.0_76/bin/javac 100\n"+
+            "RUN update-alternatives --install /usr/bin/javac javac 
/opt/jdk/jdk1.7.0_79/bin/javac 100\n"+
             "\n"+
             "# Sets java variables.\n"+
-            "ENV JAVA_HOME /opt/jdk/jdk1.7.0_76/\n"+
+            "ENV JAVA_HOME /opt/jdk/jdk1.7.0_79/\n"+
             "\n"+
             "# Create working directory\n"+
             "WORKDIR /home\n"+

Reply via email to