summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/idtglobal.pm
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-06 19:02:17 +0100
committerAndras Timar <atimar@suse.com>2012-01-06 19:16:34 +0100
commitd19667fc1ab4739295ee5305456a79e4dd56fa59 (patch)
tree37ba432e3dd12b129fc2e60eacc8cd959cca2373 /solenv/bin/modules/installer/windows/idtglobal.pm
parent40d6a46770a82ffd78e676d0b1fe6eed9a1987da (diff)
remove support of the 'bundle Adabas' feature of installer
Diffstat (limited to 'solenv/bin/modules/installer/windows/idtglobal.pm')
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm24
1 files changed, 0 insertions, 24 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index 53044f41202b..76e49888d34b 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -1754,34 +1754,10 @@ sub add_childprojects
}
# Content for InstallUISequence table
- # InstallAdabas &gm_o_Adabas=3 825
- # InstallJava &gm_o_Java=3 827
my $number = "";
my $featurename = "";
- if ( $allvariables->{'ADAPRODUCT'} )
- {
- $number = get_free_number_in_uisequence_table($installuitable);
- $featurename = get_feature_name("_Adabas", $featuretable);
- $line = "InstallAdabas\t\&$featurename\=3 And Not Installed And Not PATCH\t$number\n";
- push(@{$installuitable} ,$line);
- installer::remover::remove_leading_and_ending_whitespaces(\$line);
- $infoline = "Added $line into table $installuitablename\n";
- push(@installer::globals::logfileinfo, $infoline);
- }
-
- if ( $allvariables->{'ADAPRODUCT'} )
- {
- $number = get_free_number_in_uisequence_table($installuitable) + 4;
- $featurename = get_feature_name("_Adabas", $featuretable);
- $line = "MaintenanceAdabas\t\&$featurename\=3 And Installed And Not PATCH\t$number\n";
- push(@{$installuitable} ,$line);
- installer::remover::remove_leading_and_ending_whitespaces(\$line);
- $infoline = "Added $line into table $installuitablename\n";
- push(@installer::globals::logfileinfo, $infoline);
- }
-
if ( $allvariables->{'UREPRODUCT'} )
{
$number = get_free_number_in_uisequence_table($installuitable) + 8;