ICU-5569 port changes from branches/eric/loengine revision 20914
X-SVN-Rev: 20915
This commit is contained in:
parent
db40b8253c
commit
98cf7d46ae
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
# ***********************************************************************
|
# ***********************************************************************
|
||||||
# * COPYRIGHT:
|
# * COPYRIGHT:
|
||||||
# * Copyright (c) 2002-2005, International Business Machines Corporation
|
# * Copyright (c) 2002-2007, International Business Machines Corporation
|
||||||
# * and others. All Rights Reserved.
|
# * and others. All Rights Reserved.
|
||||||
# ***********************************************************************
|
# ***********************************************************************
|
||||||
#
|
#
|
||||||
@ -10,7 +10,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
my $icuSource = $ARGV[0];
|
my $icuSource = $ARGV[0];
|
||||||
my $ignore = "data/out/build|CVS|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\.dsw|\\.opt|\\.ncb|\\.vcproj|\\.sln|\\.suo|\\.cvsignore|\\.cnv|\\.res|\\.icu|\\.exe|\\.obj|\\.bin|\\.exp|\\.lib|\\.out|\\.plg|positions|unidata|\\.jar|\\.spp|\\.stub|\\.policy";
|
my $ignore = "data/out/build|CVS|\\.svn|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\.dsw|\\.opt|\\.ncb|\\.vcproj|\\.sln|\\.suo|\\.cvsignore|\\.cnv|\\.res|\\.icu|\\.exe|\\.obj|\\.bin|\\.exp|\\.lib|\\.out|\\.plg|positions|unidata|\\.jar|\\.spp|\\.stub|\\.policy";
|
||||||
|
|
||||||
my $command = "find $icuSource -type f | fgrep -v -f cpyskip.txt";
|
my $command = "find $icuSource -type f | fgrep -v -f cpyskip.txt";
|
||||||
my @files = `$command`;
|
my @files = `$command`;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
# ***********************************************************************
|
# ***********************************************************************
|
||||||
# * COPYRIGHT:
|
# * COPYRIGHT:
|
||||||
# * Copyright (c) 2002-2005, International Business Machines Corporation
|
# * Copyright (c) 2002-2007, International Business Machines Corporation
|
||||||
# * and others. All Rights Reserved.
|
# * and others. All Rights Reserved.
|
||||||
# ***********************************************************************
|
# ***********************************************************************
|
||||||
#
|
#
|
||||||
@ -11,7 +11,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
my $icuSource = $ARGV[0];
|
my $icuSource = $ARGV[0];
|
||||||
my $ignore = "CVS|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\.dsw|\\.opt|\\.ncb|\\.vcproj|\\.sln|\\.suo|\\.cvsignore|\\.cnv|\\.res|\\.icu|\\.exe|\\.obj|\\.bin|\\.exp|\\.lib|\\.out|\\.plg|positions|unidata|\\.jar|\\.spp|\\.stub|\\.policy";
|
my $ignore = "CVS|\\.svn|\\~|\\#|Debug|Release|\\.dll|\\.ilk|\\.idb|\\.pdb|\\.dsp|\\.dsw|\\.opt|\\.ncb|\\.vcproj|\\.sln|\\.suo|\\.cvsignore|\\.cnv|\\.res|\\.icu|\\.exe|\\.obj|\\.bin|\\.exp|\\.lib|\\.out|\\.plg|positions|unidata|\\.jar|\\.spp|\\.stub|\\.policy";
|
||||||
|
|
||||||
my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
||||||
$year += 1900;
|
$year += 1900;
|
||||||
|
Loading…
Reference in New Issue
Block a user