#************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # #************************************************************** # GUI String in the installer ("Java Runtime Environment (${JAVAVERSION})") JAVAVERSION=Java 6 Update 22 WINDOWSJAVAVERSION=Java 6 Update 22 # Windows (scp2 and downloadtemplate.nsi) WINDOWSJAVAFILENAME=jre-6u22-windows-i586.exe WINDOWSJAVAREGISTRYENTRY=1.6.0_22 # Linux (scp2) LINUXJAVAFILENAME=jre-6u22-linux-i586.rpm # Linux (rpmUnit.xml, rpm -qp ) LINUXJAVANAME=jre-1.6.0_22-fcs # Linux-x64 (scp2) LINUXX64JAVAFILENAME=jre-6u22-linux-amd64.rpm # Solaris Sparc (scp2) SOLSJAVARTPACKED=SUNWj6rt_1_6_0_22_sparc.tar.gz SOLSJAVACFGPACKED=SUNWj6cfg_1_6_0_22_sparc.tar.gz SOLSJAVAMANPACKED=SUNWj6man_1_6_0_22_sparc.tar.gz # Solaris x86 (scp2) SOLIJAVARTPACKED=SUNWj6rt_1_6_0_22_x86.tar.gz SOLIJAVACFGPACKED=SUNWj6cfg_1_6_0_22_x86.tar.gz SOLIJAVAMANPACKED=SUNWj6man_1_6_0_22_x86.tar.gz # Solaris (pkgUnit.xml, needs only to be changed in major changes) SOLARISJAVART=SUNWj6rt SOLARISJAVACFG=SUNWj6cfg SOLARISJAVAMAN=SUNWj6man