2005-06-21 07:22:20 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* $RCSfile: file_base.scp,v $
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2006-11-01 06:52:16 -06:00
|
|
|
* $Revision: 1.15 $
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2006-11-01 06:52:16 -06:00
|
|
|
* last change: $Author: vg $ $Date: 2006-11-01 13:52:16 $
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
2005-09-08 19:18:02 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2005-06-21 07:22:20 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
|
|
File gid_File_Exe_Sbase
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = EXENAME(sbase);
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
2005-12-19 10:23:02 -06:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Abp, abp)
|
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Abp, abp)
|
2005-11-15 05:54:19 -06:00
|
|
|
|
2006-06-19 22:51:46 -05:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbp, dbp)
|
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Dbp, dbp)
|
2005-11-15 05:54:19 -06:00
|
|
|
|
2005-11-11 07:25:33 -06:00
|
|
|
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbu, dbu )
|
2005-11-15 05:54:19 -06:00
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Dbu, dbu)
|
|
|
|
|
2006-03-29 05:45:27 -06:00
|
|
|
STD_RES_FILE_PATCH( gid_File_Res_Cnr, cnr)
|
2005-11-11 07:25:33 -06:00
|
|
|
|
2006-04-26 14:46:44 -05:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2005-06-21 07:22:20 -05:00
|
|
|
|
|
|
|
File gid_File_Share_Xdg_Base
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Share_Xdg;
|
|
|
|
Styles = (PACKED,SCPZIP_REPLACE);
|
|
|
|
Name = "base.desktop";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2005-08-18 01:25:18 -05:00
|
|
|
#ifdef SOLAR_JAVA
|
|
|
|
|
2005-06-21 07:22:20 -05:00
|
|
|
File gid_File_Help_Sdatabase_Zip
|
|
|
|
Dir = gid_Dir_Help_Isolanguage;
|
2005-06-30 10:38:33 -05:00
|
|
|
ARCHIVE_TXT_FILE_BODY_PATCH;
|
2006-11-01 06:52:16 -06:00
|
|
|
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdatabase);
|
2006-02-09 07:17:59 -06:00
|
|
|
Patchfiles = ("sdatabase.db",
|
|
|
|
"sdatabase.ht",
|
|
|
|
"sdatabase.jar",
|
|
|
|
"sdatabase.key",
|
|
|
|
"sdatabase.idx/CONTEXTS",
|
|
|
|
"sdatabase.idx/DICTIONARY",
|
|
|
|
"sdatabase.idx/DOCS",
|
|
|
|
"sdatabase.idx/DOCS.TAB",
|
|
|
|
"sdatabase.idx/EDGE",
|
|
|
|
"sdatabase.idx/LINKNAMES",
|
|
|
|
"sdatabase.idx/OFFSETS",
|
|
|
|
"sdatabase.idx/POSITIONS",
|
|
|
|
"sdatabase.idx/SCHEMA");
|
2005-06-21 07:22:20 -05:00
|
|
|
End
|
|
|
|
|
2005-08-18 01:25:18 -05:00
|
|
|
#endif
|
|
|
|
|
2005-06-21 07:22:20 -05:00
|
|
|
File gid_File_Registry_Spool_Oo_Setup_Base_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2006-02-06 09:56:41 -06:00
|
|
|
Styles = (PACKED,PATCH);
|
2005-06-21 07:22:20 -05:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_Setup;
|
|
|
|
Name = "/registry/spool/org/openoffice/Setup-base.xcu";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_Common_Base_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2006-02-06 09:56:41 -06:00
|
|
|
Styles = (PACKED,PATCH);
|
2005-06-21 07:22:20 -05:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
|
|
|
|
Name = "/registry/spool/org/openoffice/Office/Common-base.xcu";
|
|
|
|
End
|
2005-11-11 07:25:33 -06:00
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Database_Types_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-11-21 09:07:27 -06:00
|
|
|
Styles = (PACKED,PATCH);
|
2005-11-11 07:25:33 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
|
|
|
|
Name = "/registry/spool/fcfg_database_types.xcu";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Database_Filters_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-11-21 09:07:27 -06:00
|
|
|
Styles = (PACKED,PATCH);
|
2005-11-11 07:25:33 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
|
|
|
|
Name = "/registry/spool/fcfg_database_filters.xcu";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Registry_Spool_Oo_TypeDetection_Database_Others_Xcu
|
|
|
|
TXT_FILE_BODY;
|
2005-11-21 09:07:27 -06:00
|
|
|
Styles = (PACKED,PATCH);
|
2005-11-11 07:25:33 -06:00
|
|
|
Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Misc;
|
|
|
|
Name = "/registry/spool/fcfg_database_others.xcu";
|
|
|
|
End
|
|
|
|
|