INTEGRATION: CWS defaultmailer (1.14.6); FILE MERGED
2004/06/10 07:48:24 obr 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/07 12:32:52 obr 1.14.6.1: #i21321# added new binary names >senddoc[.exe] and renamed services to comply to UNO service naming scheme
This commit is contained in:
parent
b49f3778b2
commit
6c29197780
1 changed files with 13 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: file_ooo.scp,v $
|
||||
*
|
||||
* $Revision: 1.20 $
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-06-14 13:25:59 $
|
||||
* last change: $Author: rt $ $Date: 2004-06-17 15:45:55 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -308,6 +308,17 @@ End
|
|||
|
||||
#endif
|
||||
|
||||
File gid_File_Bin_Senddoc
|
||||
BIN_FILE_BODY;
|
||||
Dir = gid_Dir_Program;
|
||||
Styles = (PACKED);
|
||||
#ifdef UNX
|
||||
Name = "senddoc";
|
||||
#else
|
||||
Name = "senddoc.exe";
|
||||
#endif
|
||||
End
|
||||
|
||||
#ifdef UNX
|
||||
|
||||
File gid_File_Bin_Sopatchlevel_Sh
|
||||
|
|
Loading…
Reference in a new issue