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