globals.pm (2f5c2846) | globals.pm (b871de36) |
---|---|
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 --- 433 unchanged lines hidden (view full) --- 442 @solarispatchfiles = (".diPatch", "patchinfo"); 443 @environmentvariables = ( "SOLARVERSION", "GUI", "WORK_STAMP", "OUTPATH", "LOCAL_OUT", "LOCAL_COMMON_OUT" ); 444 @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" ); 445 @languagepackfeature =(); 446 %featurecollector =(); 447 $msiassemblyfiles = ""; 448 $nsisfilename = "Nsis"; 449 $macinstallfilename = "macinstall.ulf"; | 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 --- 433 unchanged lines hidden (view full) --- 442 @solarispatchfiles = (".diPatch", "patchinfo"); 443 @environmentvariables = ( "SOLARVERSION", "GUI", "WORK_STAMP", "OUTPATH", "LOCAL_OUT", "LOCAL_COMMON_OUT" ); 444 @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" ); 445 @languagepackfeature =(); 446 %featurecollector =(); 447 $msiassemblyfiles = ""; 448 $nsisfilename = "Nsis"; 449 $macinstallfilename = "macinstall.ulf"; |
450 $nsis204 = 0; 451 $nsis231 = 0; 452 $unicodensis = 0; | |
453 $linuxlinkrpms = ""; 454 $extensioninstalldir = "gid_Dir_Share_Extension_Install"; 455 @languagenames = (); 456 @requiredpackages = (); 457 %componentcondition = (); 458 %componentid = (); 459 %comparecomponentname = (); 460 %languageproperties = (); --- 89 unchanged lines hidden --- | 450 $linuxlinkrpms = ""; 451 $extensioninstalldir = "gid_Dir_Share_Extension_Install"; 452 @languagenames = (); 453 @requiredpackages = (); 454 %componentcondition = (); 455 %componentid = (); 456 %comparecomponentname = (); 457 %languageproperties = (); --- 89 unchanged lines hidden --- |