[EMAIL PROTECTED] wrote:
User: obo Date: 2008-02-27 09:05:41+0000
Modified:
   tools/solenv/bin/modules/installer/windows/feature.pm

Log:
 #i10000# changes by OJ for CWS eoladabas

File Changes:

Directory: /tools/solenv/bin/modules/installer/windows/
=======================================================

File [changed]: feature.pm
Url: 
http://tools.openoffice.org/source/browse/tools/solenv/bin/modules/installer/windows/feature.pm?r1=1.21&r2=1.22
Delta lines:  +5 -5
-------------------
--- feature.pm  2008-02-05 13:35:38+0000        1.21
+++ feature.pm  2008-02-27 09:05:39+0000        1.22
@@ -156,7 +156,7 @@
# special handling for Java and Ada

pretty misleading now, that comment (do we have any code written in Ada)? ;)

-       if ( $onefeature->{'Name'} =~ /java/i || $onefeature->{'Name'} =~ 
/adabas/i ) { $level = $level + 40; }
+       if ( $onefeature->{'Name'} =~ /java/i ) { $level = $level + 40; }
# if FeatureLevel is defined in scp, this will be used

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to