diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-05 20:55:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-05 20:55:29 +0000 |
commit | f25d65e2f3e518f6272202a23519532446b6c180 (patch) | |
tree | 76ad04acce470196e8a4c19c59f3c79fcf45999a | |
parent | 0727fa0891b994aa2d76391b14713e254569f345 (diff) |
INTEGRATION: CWS ause058 (1.24.112); FILE MERGED
2006/06/26 12:27:21 hjs 1.24.112.2: RESYNC: (1.24-1.25); FILE MERGED
2006/06/22 16:04:15 hjs 1.24.112.1: #i66658# removed OOoRunner.jar
-rwxr-xr-x | solenv/bin/cwsresync.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/cwsresync.pl b/solenv/bin/cwsresync.pl index 78509844ba84..7590bea16a8b 100755 --- a/solenv/bin/cwsresync.pl +++ b/solenv/bin/cwsresync.pl @@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: cwsresync.pl,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: hr $ $Date: 2006-06-20 12:38:38 $ +# last change: $Author: kz $ $Date: 2006-07-05 21:55:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,7 +81,7 @@ use CwsConfig; ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; my $script_rev; -my $id_str = ' $Revision: 1.25 $ '; +my $id_str = ' $Revision: 1.26 $ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-"); @@ -89,7 +89,7 @@ print "$script_name -- version: $script_rev\n"; #### hardcoded globals ##### -my @xtra_files = ( "*.mk", "*.flg", "libCrun*", "libCstd*", "libgcc*", "libstdc*", "OOoRunner.jar" ); +my @xtra_files = ( "*.mk", "*.flg", "libCrun*", "libCstd*", "libgcc*", "libstdc*" ); my $platform_resynced_flag = ".cwsresync_complete"; # modules to be obligatory copied to each cws |