CWS-TOOLING: integrate CWS localization37_DEV300
This commit is contained in:
commit
bccdc24d19
3 changed files with 1133 additions and 1 deletions
|
@ -41,8 +41,10 @@ mkdir: %_DEST%\bin%_EXT%\help\com\sun\star\help
|
|||
..\%__SRC%\class\receditor\receditor.jar %_DEST%\bin%_EXT%\receditor.jar
|
||||
|
||||
..\scripts\localize.pl %_DEST%\bin%_EXT%\localize.pl
|
||||
..\scripts\localize_old.pl %_DEST%\bin%_EXT%\localize_old.pl
|
||||
..\scripts\localize %_DEST%\bin%_EXT%\localize
|
||||
..\scripts\fast_merge.pl %_DEST%\bin%_EXT%\fast_merge.pl
|
||||
..\scripts\keyidGen.pl %_DEST%\bin%_EXT%\keyidGen.pl
|
||||
|
||||
..\inc\export.hxx %_DEST%\inc%_EXT%\transex3\export.hxx
|
||||
..\inc\transex3\directory.hxx %_DEST%\inc%_EXT%\transex3\directory.hxx
|
||||
|
|
|
@ -179,7 +179,7 @@ sub getNextSdfObj
|
|||
}
|
||||
else
|
||||
{
|
||||
$line =~ /^(([^\t]*)\t([^\t]*).*)/o ;
|
||||
$line =~ /^(([^\t]*)\t([^\t]*)[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t*)/o ;
|
||||
if( defined $1 && defined $2 && defined $3 )
|
||||
{
|
||||
$obj->line ( $1 );
|
||||
|
|
1130
transex3/scripts/localize_old.pl
Executable file
1130
transex3/scripts/localize_old.pl
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue