download.pm (957116b7) | download.pm (bf121af8) |
---|---|
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 --- 449 unchanged lines hidden (view full) --- 458######################################################### 459# Setting download name 460######################################################### 461 462sub get_downloadname_productname 463{ 464 my ($allvariables) = @_; 465 | 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 --- 449 unchanged lines hidden (view full) --- 458######################################################### 459# Setting download name 460######################################################### 461 462sub get_downloadname_productname 463{ 464 my ($allvariables) = @_; 465 |
466 my $start = "Apache_OpenOffice_incubating"; | 466 my $start = "Apache_OpenOffice"; |
467 468 if ( $allvariables->{'PRODUCTNAME'} eq "OpenOffice.org" ) { $start .= ""; } 469 470 if ( $allvariables->{'PRODUCTNAME'} eq "OOo-dev" ) { $start .= "-Dev"; } 471 472 if (( $allvariables->{'PRODUCTNAME'} eq "OpenOffice.org" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start .= "-SDK"; } 473 474 if (( $allvariables->{'PRODUCTNAME'} eq "OOo-dev" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start .= "-Dev-SDK"; } --- 1694 unchanged lines hidden --- | 467 468 if ( $allvariables->{'PRODUCTNAME'} eq "OpenOffice.org" ) { $start .= ""; } 469 470 if ( $allvariables->{'PRODUCTNAME'} eq "OOo-dev" ) { $start .= "-Dev"; } 471 472 if (( $allvariables->{'PRODUCTNAME'} eq "OpenOffice.org" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start .= "-SDK"; } 473 474 if (( $allvariables->{'PRODUCTNAME'} eq "OOo-dev" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start .= "-Dev-SDK"; } --- 1694 unchanged lines hidden --- |