globals.pm (677600b0) | globals.pm (43cf7aa4) |
---|---|
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 --- 320 unchanged lines hidden (view full) --- 329 $defaultsystemintinstallorder = 1200; 330 331 $is_copy_only_project = 0; 332 $is_simple_packager_project = 0; 333 $patch_user_dir = 0; 334 $addchildprojects = 0; 335 $languagepack = 0; 336 $devsnapshotbuild = 0; | 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 --- 320 unchanged lines hidden (view full) --- 329 $defaultsystemintinstallorder = 1200; 330 331 $is_copy_only_project = 0; 332 $is_simple_packager_project = 0; 333 $patch_user_dir = 0; 334 $addchildprojects = 0; 335 $languagepack = 0; 336 $devsnapshotbuild = 0; |
337 $betabuild = 0; |
|
337 $tab = 0; 338 $patch = 0; 339 $patchincludepath = ""; 340 $refresh_includepathes = 0; 341 $include_pathes_read = 0; 342 $patchfilelistname = "patchfilelist.txt"; 343 @patchfilecollector = (); 344 $nopatchfilecollector = ""; --- 203 unchanged lines hidden --- | 338 $tab = 0; 339 $patch = 0; 340 $patchincludepath = ""; 341 $refresh_includepathes = 0; 342 $include_pathes_read = 0; 343 $patchfilelistname = "patchfilelist.txt"; 344 @patchfilecollector = (); 345 $nopatchfilecollector = ""; --- 203 unchanged lines hidden --- |