globals.pm (19d58b3a) | globals.pm (1ed5bd48) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 114 unchanged lines hidden (view full) --- 123 $lastminor = ""; 124 $compiler = ""; 125 $pro = 0; 126 $dounzip = 1; 127 $languages_defined_in_productlist = 0; 128 $setupscript_defined_in_productlist = 0; 129 $islinux = 0; 130 $issolaris = 0; | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 114 unchanged lines hidden (view full) --- 123 $lastminor = ""; 124 $compiler = ""; 125 $pro = 0; 126 $dounzip = 1; 127 $languages_defined_in_productlist = 0; 128 $setupscript_defined_in_productlist = 0; 129 $islinux = 0; 130 $issolaris = 0; |
131 $ismacosx = 0; | 131 $ismacosx = 0; |
132 $iswindowsbuild = 0; 133 $islinuxbuild = 0; 134 $islinuxrpmbuild = 0; 135 $islinuxdebbuild = 0; 136 $islinuxintelrpmbuild = 0; 137 $islinuxppcrpmbuild = 0; 138 $islinuxinteldebbuild = 0; 139 $islinuxppcdebbuild = 0; --- 201 unchanged lines hidden (view full) --- 341 $defaultinstallorder = 1000; 342 $defaultsystemintinstallorder = 1200; 343 344 $is_copy_only_project = 0; 345 $is_simple_packager_project = 0; 346 $patch_user_dir = 0; 347 $addchildprojects = 0; 348 $languagepack = 0; | 132 $iswindowsbuild = 0; 133 $islinuxbuild = 0; 134 $islinuxrpmbuild = 0; 135 $islinuxdebbuild = 0; 136 $islinuxintelrpmbuild = 0; 137 $islinuxppcrpmbuild = 0; 138 $islinuxinteldebbuild = 0; 139 $islinuxppcdebbuild = 0; --- 201 unchanged lines hidden (view full) --- 341 $defaultinstallorder = 1000; 342 $defaultsystemintinstallorder = 1200; 343 344 $is_copy_only_project = 0; 345 $is_simple_packager_project = 0; 346 $patch_user_dir = 0; 347 $addchildprojects = 0; 348 $languagepack = 0; |
349 $devsnapshotbuild = 0; |
|
349 $tab = 0; 350 $patch = 0; 351 $patchincludepath = ""; 352 $refresh_includepathes = 0; 353 $include_pathes_read = 0; 354 $patchfilelistname = "patchfilelist.txt"; 355 @patchfilecollector = (); 356 $nopatchfilecollector = ""; --- 195 unchanged lines hidden --- | 350 $tab = 0; 351 $patch = 0; 352 $patchincludepath = ""; 353 $refresh_includepathes = 0; 354 $include_pathes_read = 0; 355 $patchfilelistname = "patchfilelist.txt"; 356 @patchfilecollector = (); 357 $nopatchfilecollector = ""; --- 195 unchanged lines hidden --- |