globals.pm (7fb9275d) | globals.pm (b14cb721) |
---|---|
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 --- 179 unchanged lines hidden (view full) --- 188 $controlledmakecabversion = "5"; 189 $saved_packages_path = ""; 190 $max_lang_length = 50; 191 $globalblock = "Globals"; 192 $rootmodulegid = ""; 193 %alllangmodules = (); 194 $englishlicenseset = 0; 195 $englishlicense = ""; | 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 --- 179 unchanged lines hidden (view full) --- 188 $controlledmakecabversion = "5"; 189 $saved_packages_path = ""; 190 $max_lang_length = 50; 191 $globalblock = "Globals"; 192 $rootmodulegid = ""; 193 %alllangmodules = (); 194 $englishlicenseset = 0; 195 $englishlicense = ""; |
196 $englishsolarislicensename = "LICENSE_en-US"; | 196 $englishsolarislicensename = "LICENSE"; |
197 $solarisdontcompress = 0; 198 $patharray = ""; 199 200 $is_special_epm = 0; 201 $epm_in_path = 0; 202 $epm_path = ""; 203 $epmoutpath = ""; 204 $upx_in_path = 0; --- 360 unchanged lines hidden --- | 197 $solarisdontcompress = 0; 198 $patharray = ""; 199 200 $is_special_epm = 0; 201 $epm_in_path = 0; 202 $epm_path = ""; 203 $epmoutpath = ""; 204 $upx_in_path = 0; --- 360 unchanged lines hidden --- |