[ooo-build-commit] .: solenv/bin

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Oct 7 06:23:04 PDT 2010


 solenv/bin/modules/installer/windows/featurecomponent.pm |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 0c145d3bcf737b62e8682e906f7ebb07e0d7b085
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Oct 7 15:22:48 2010 +0200

    Don't bother about Win9x and WinMe

diff --git a/solenv/bin/modules/installer/windows/featurecomponent.pm b/solenv/bin/modules/installer/windows/featurecomponent.pm
index c489cfa..88269f0 100644
--- a/solenv/bin/modules/installer/windows/featurecomponent.pm
+++ b/solenv/bin/modules/installer/windows/featurecomponent.pm
@@ -181,10 +181,10 @@ sub check_number_of_components_at_feature
             if ( ${$featurecomponenttable}[$j] =~ /^\s*\Q$onefeature\E\s+(\S+)\s*$/ ) { $featurecomponents++; }
         }
 
-        if ( $featurecomponents > 816 )
-        {
-            installer::exiter::exit_program("ERROR: More than 816 components ($featurecomponents) at feature $onefeature. This causes problems on Win 98 and Win Me!", "check_number_of_components_at_feature");
-        }
+        # if ( $featurecomponents > 816 )
+        # {
+        #     installer::exiter::exit_program("ERROR: More than 816 components ($featurecomponents) at feature $onefeature. This causes problems on Win 98 and Win Me!", "check_number_of_components_at_feature");
+        # }
         
         # Logging the result
         
@@ -241,4 +241,4 @@ sub create_featurecomponent_table
 
 }
 
-1;
\ No newline at end of file
+1;


More information about the ooo-build-commit mailing list