From 9a722670bce5530457e9ec40d82ad78b73320dc0 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 9 Feb 2006 13:18:14 +0000 Subject: INTEGRATION: CWS hcpatch (1.26.88); FILE MERGED 2006/01/24 15:46:34 ufi 1.26.88.2: PATCH2 2006/01/09 15:11:45 ufi 1.26.88.1: i57452 --- scp2/source/calc/file_calc.scp | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index dce7b1728fef..0e42871b2517 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_calc.scp,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2005-11-07 14:42:08 $ + * last change: $Author: rt $ $Date: 2006-02-09 14:18:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,8 +81,22 @@ End File gid_File_Help_Scalc_Zip Dir = gid_Dir_Help_Isolanguage; - ARCHIVE_TXT_FILE_BODY; + ARCHIVE_TXT_FILE_BODY_PATCH; EXTRA_ALL_LANG(scalc); + Patchfiles = ("scalc.db", + "scalc.ht", + "scalc.jar", + "scalc.key", + "scalc.tree", + "scalc.idx/CONTEXTS", + "scalc.idx/DICTIONARY", + "scalc.idx/DOCS", + "scalc.idx/DOCS.TAB", + "scalc.idx/EDGE", + "scalc.idx/LINKNAMES", + "scalc.idx/OFFSETS", + "scalc.idx/POSITIONS", + "scalc.idx/SCHEMA"); End #endif -- cgit