globals.pm (f30bf281) globals.pm (01a01bd6)
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

--- 99 unchanged lines hidden (view full) ---

108 $set_office_start_language = 0;
109 $solarjavaset = 0;
110
111 $destdir = "";
112 $rootpath = "";
113
114 $required_dotnet_version = "2.0.0.0";
115 $productextension = "";
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

--- 99 unchanged lines hidden (view full) ---

108 $set_office_start_language = 0;
109 $solarjavaset = 0;
110
111 $destdir = "";
112 $rootpath = "";
113
114 $required_dotnet_version = "2.0.0.0";
115 $productextension = "";
116 @languageproducts = ();
116 $languageproduct = undef;
117 $build = "";
118 $minor = "";
119 $lastminor = "";
120 $compiler = "";
121 $pro = 0;
122 $dounzip = 1;
123 $languages_defined_in_productlist = 0;
124 $setupscript_defined_in_productlist = 0;

--- 425 unchanged lines hidden ---
117 $build = "";
118 $minor = "";
119 $lastminor = "";
120 $compiler = "";
121 $pro = 0;
122 $dounzip = 1;
123 $languages_defined_in_productlist = 0;
124 $setupscript_defined_in_productlist = 0;

--- 425 unchanged lines hidden ---