1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22# GUI String in the installer ("Java Runtime Environment (${JAVAVERSION})") 23JAVAVERSION=Java 6 Update 22 24WINDOWSJAVAVERSION=Java 6 Update 22 25 26# Windows (scp2 and downloadtemplate.nsi) 27WINDOWSJAVAFILENAME=jre-6u22-windows-i586.exe 28WINDOWSJAVAREGISTRYENTRY=1.6.0_22 29 30# Linux (scp2) 31LINUXJAVAFILENAME=jre-6u22-linux-i586.rpm 32# Linux (rpmUnit.xml, rpm -qp <filename> ) 33LINUXJAVANAME=jre-1.6.0_22-fcs 34 35# Linux-x64 (scp2) 36LINUXX64JAVAFILENAME=jre-6u22-linux-amd64.rpm 37 38# Solaris Sparc (scp2) 39SOLSJAVARTPACKED=SUNWj6rt_1_6_0_22_sparc.tar.gz 40SOLSJAVACFGPACKED=SUNWj6cfg_1_6_0_22_sparc.tar.gz 41SOLSJAVAMANPACKED=SUNWj6man_1_6_0_22_sparc.tar.gz 42 43# Solaris x86 (scp2) 44SOLIJAVARTPACKED=SUNWj6rt_1_6_0_22_x86.tar.gz 45SOLIJAVACFGPACKED=SUNWj6cfg_1_6_0_22_x86.tar.gz 46SOLIJAVAMANPACKED=SUNWj6man_1_6_0_22_x86.tar.gz 47 48# Solaris (pkgUnit.xml, needs only to be changed in major changes) 49SOLARISJAVART=SUNWj6rt 50SOLARISJAVACFG=SUNWj6cfg 51SOLARISJAVAMAN=SUNWj6man 52