xref: /trunk/main/scp2/source/ooo/file_extra_ooo.scp (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir*
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "macros.inc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirFile gid_File_Extra_Autocorr
31*cdf0e10cSrcweir    Dir = gid_Dir_Share_Autocorr;
32*cdf0e10cSrcweir    USER_FILE_BODY;
33*cdf0e10cSrcweir    Styles = (ARCHIVE);
34*cdf0e10cSrcweir    Name = "autocorr.zip";
35*cdf0e10cSrcweirEnd
36*cdf0e10cSrcweir
37*cdf0e10cSrcweirFile gid_File_Extra_Autotextshare_Lang
38*cdf0e10cSrcweir    Dir = gid_Dir_Autotext_Language;
39*cdf0e10cSrcweir    USER_FILE_BODY;
40*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
41*cdf0e10cSrcweir    EXTRA_ALL_LANG(autotextshare,zip);
42*cdf0e10cSrcweirEnd
43*cdf0e10cSrcweir
44*cdf0e10cSrcweirFile gid_File_Extra_Autotextuser
45*cdf0e10cSrcweir    Dir = gid_Dir_User_Autotext;
46*cdf0e10cSrcweir    USER_FILE_BODY;
47*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DOCLANG, DONT_OVERWRITE);
48*cdf0e10cSrcweir    Name = "autotextuser.zip";
49*cdf0e10cSrcweirEnd
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir#ifdef UNX
52*cdf0e10cSrcweir
53*cdf0e10cSrcweirFile gid_File_Extra_Cfgsrv_Bitmap_Unx
54*cdf0e10cSrcweir    Dir = gid_Dir_Config;
55*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
56*cdf0e10cSrcweir    Name = "cfgsrvbitmapunx.zip";
57*cdf0e10cSrcweirEnd
58*cdf0e10cSrcweir
59*cdf0e10cSrcweir#endif
60*cdf0e10cSrcweir
61*cdf0e10cSrcweirFile gid_File_Extra_Cfgusr
62*cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
63*cdf0e10cSrcweir    USER_FILE_BODY;
64*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
65*cdf0e10cSrcweir    Name = "cfgusr.zip";
66*cdf0e10cSrcweirEnd
67*cdf0e10cSrcweir
68*cdf0e10cSrcweirFile gid_File_Extra_Cfgsrv
69*cdf0e10cSrcweir    Dir = gid_Dir_Config;
70*cdf0e10cSrcweir    TXT_FILE_BODY;
71*cdf0e10cSrcweir    Styles = (ARCHIVE);
72*cdf0e10cSrcweir    Name = "cfgsrvnolang.zip";
73*cdf0e10cSrcweir    Patchfiles = ();
74*cdf0e10cSrcweirEnd
75*cdf0e10cSrcweir
76*cdf0e10cSrcweirFile gid_File_Extra_Common_Inc
77*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
78*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
79*cdf0e10cSrcweir    Name = "common.inc";
80*cdf0e10cSrcweirEnd
81*cdf0e10cSrcweir
82*cdf0e10cSrcweirFile gid_File_Extra_Common_Pl
83*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
84*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
85*cdf0e10cSrcweir    Name = "common.pl";
86*cdf0e10cSrcweirEnd
87*cdf0e10cSrcweir
88*cdf0e10cSrcweirFile gid_File_Extra_Database
89*cdf0e10cSrcweir    Dir = gid_Dir_Database;
90*cdf0e10cSrcweir    USER_FILE_BODY;
91*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
92*cdf0e10cSrcweir    Name = "database.zip";
93*cdf0e10cSrcweirEnd
94*cdf0e10cSrcweir
95*cdf0e10cSrcweirFile gid_File_Extra_Databasebiblio
96*cdf0e10cSrcweir    Dir = gid_Dir_Database_Biblio;
97*cdf0e10cSrcweir    USER_FILE_BODY;
98*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
99*cdf0e10cSrcweir    Name = "databasebiblio.zip";
100*cdf0e10cSrcweirEnd
101*cdf0e10cSrcweir
102*cdf0e10cSrcweirFile gid_File_Extra_Edit_Asp
103*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
104*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
105*cdf0e10cSrcweir    Name = "edit.asp";
106*cdf0e10cSrcweirEnd
107*cdf0e10cSrcweir
108*cdf0e10cSrcweirFile gid_File_Extra_Edit_Pl
109*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
110*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
111*cdf0e10cSrcweir    Name = "edit.pl";
112*cdf0e10cSrcweirEnd
113*cdf0e10cSrcweir
114*cdf0e10cSrcweirFile gid_File_Extra_Editpic_Asp
115*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
116*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
117*cdf0e10cSrcweir    Name = "editpic.asp";
118*cdf0e10cSrcweirEnd
119*cdf0e10cSrcweir
120*cdf0e10cSrcweirFile gid_File_Extra_Editpic_Pl
121*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
122*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
123*cdf0e10cSrcweir    Name = "editpic.pl";
124*cdf0e10cSrcweirEnd
125*cdf0e10cSrcweir
126*cdf0e10cSrcweirFile gid_File_Extra_Glas_Blue_Zip
127*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
128*cdf0e10cSrcweir    USER_FILE_BODY;
129*cdf0e10cSrcweir    Styles = ();
130*cdf0e10cSrcweir    Name = "glas-blue.zip";
131*cdf0e10cSrcweirEnd
132*cdf0e10cSrcweir
133*cdf0e10cSrcweirFile gid_File_Extra_Glas_Green_Zip
134*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
135*cdf0e10cSrcweir    USER_FILE_BODY;
136*cdf0e10cSrcweir    Styles = ();
137*cdf0e10cSrcweir    Name = "glas-green.zip";
138*cdf0e10cSrcweirEnd
139*cdf0e10cSrcweir
140*cdf0e10cSrcweirFile gid_File_Extra_Glas_Red_Zip
141*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
142*cdf0e10cSrcweir    USER_FILE_BODY;
143*cdf0e10cSrcweir    Styles = ();
144*cdf0e10cSrcweir    Name = "glas-red.zip";
145*cdf0e10cSrcweirEnd
146*cdf0e10cSrcweir
147*cdf0e10cSrcweirFile gid_File_Extra_Round_Gorilla_Zip
148*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
149*cdf0e10cSrcweir    USER_FILE_BODY;
150*cdf0e10cSrcweir    Styles = ();
151*cdf0e10cSrcweir    Name = "round-gorilla.zip";
152*cdf0e10cSrcweirEnd
153*cdf0e10cSrcweir
154*cdf0e10cSrcweirFile gid_File_Extra_Round_White_Zip
155*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
156*cdf0e10cSrcweir    USER_FILE_BODY;
157*cdf0e10cSrcweir    Styles = ();
158*cdf0e10cSrcweir    Name = "round-white.zip";
159*cdf0e10cSrcweirEnd
160*cdf0e10cSrcweirFile gid_File_Extra_Simple_Zip
161*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
162*cdf0e10cSrcweir    USER_FILE_BODY;
163*cdf0e10cSrcweir    Styles = ();
164*cdf0e10cSrcweir    Name = "simple.zip";
165*cdf0e10cSrcweirEnd
166*cdf0e10cSrcweirFile gid_File_Extra_Square_Blue_Zip
167*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
168*cdf0e10cSrcweir    USER_FILE_BODY;
169*cdf0e10cSrcweir    Styles = ();
170*cdf0e10cSrcweir    Name = "square-blue.zip";
171*cdf0e10cSrcweirEnd
172*cdf0e10cSrcweirFile gid_File_Extra_Square_Gray_Zip
173*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
174*cdf0e10cSrcweir    USER_FILE_BODY;
175*cdf0e10cSrcweir    Styles = ();
176*cdf0e10cSrcweir    Name = "square-gray.zip";
177*cdf0e10cSrcweirEnd
178*cdf0e10cSrcweirFile gid_File_Extra_Square_Green_Zip
179*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
180*cdf0e10cSrcweir    USER_FILE_BODY;
181*cdf0e10cSrcweir    Styles = ();
182*cdf0e10cSrcweir    Name = "square-green.zip";
183*cdf0e10cSrcweirEnd
184*cdf0e10cSrcweirFile gid_File_Extra_Square_Red_Zip
185*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
186*cdf0e10cSrcweir    USER_FILE_BODY;
187*cdf0e10cSrcweir    Styles = ();
188*cdf0e10cSrcweir    Name = "square-red.zip";
189*cdf0e10cSrcweirEnd
190*cdf0e10cSrcweirFile gid_File_Extra_Square_Yellow_Zip
191*cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Wizard_Web_Buttons;
192*cdf0e10cSrcweir    USER_FILE_BODY;
193*cdf0e10cSrcweir    Styles = ();
194*cdf0e10cSrcweir    Name = "square-yellow.zip";
195*cdf0e10cSrcweirEnd
196*cdf0e10cSrcweir
197*cdf0e10cSrcweir#ifdef UNX
198*cdf0e10cSrcweir
199*cdf0e10cSrcweir#ifndef WITHOUT_AFMS
200*cdf0e10cSrcweirFile gid_File_Extra_Fontunxafm
201*cdf0e10cSrcweir    Dir = gid_Dir_Psprint_Fontmetric;
202*cdf0e10cSrcweir    TXT_FILE_BODY;
203*cdf0e10cSrcweir    Styles = (ARCHIVE);
204*cdf0e10cSrcweir    Name = "fontunxafm.zip";
205*cdf0e10cSrcweirEnd
206*cdf0e10cSrcweir#endif
207*cdf0e10cSrcweir
208*cdf0e10cSrcweir#endif
209*cdf0e10cSrcweir
210*cdf0e10cSrcweir#ifdef UNX
211*cdf0e10cSrcweir
212*cdf0e10cSrcweir#ifndef WITHOUT_PPDS
213*cdf0e10cSrcweirFile gid_File_Extra_Fontunxppds
214*cdf0e10cSrcweir    Dir = gid_Dir_Psprint_Driver;
215*cdf0e10cSrcweir    TXT_FILE_BODY;
216*cdf0e10cSrcweir    Styles = (ARCHIVE);
217*cdf0e10cSrcweir    Name = "fontunxppds.zip";
218*cdf0e10cSrcweirEnd
219*cdf0e10cSrcweir#endif
220*cdf0e10cSrcweir
221*cdf0e10cSrcweir#endif
222*cdf0e10cSrcweir
223*cdf0e10cSrcweir#ifdef UNX
224*cdf0e10cSrcweir
225*cdf0e10cSrcweirFile gid_File_Extra_Fontunxpsprint
226*cdf0e10cSrcweir    Dir = gid_Dir_Psprint;
227*cdf0e10cSrcweir    TXT_FILE_BODY;
228*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
229*cdf0e10cSrcweir    Name = "fontunxpsprint.zip";
230*cdf0e10cSrcweirEnd
231*cdf0e10cSrcweir
232*cdf0e10cSrcweir#endif
233*cdf0e10cSrcweir
234*cdf0e10cSrcweirFile gid_File_Extra_Gallbullets
235*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Bullets;
236*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
237*cdf0e10cSrcweir    Name = "gallbullets.zip";
238*cdf0e10cSrcweirEnd
239*cdf0e10cSrcweir
240*cdf0e10cSrcweirFile gid_File_Extra_Gallhtmlexpo
241*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Htmlexpo;
242*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
243*cdf0e10cSrcweir    Name = "gallhtmlexpo.zip";
244*cdf0e10cSrcweirEnd
245*cdf0e10cSrcweir
246*cdf0e10cSrcweirFile gid_File_Extra_Gallroot
247*cdf0e10cSrcweir    Dir = gid_Dir_Gallery;
248*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
249*cdf0e10cSrcweir    Name = "gallroot.zip";
250*cdf0e10cSrcweirEnd
251*cdf0e10cSrcweir
252*cdf0e10cSrcweirFile gid_File_Extra_Gallrulers
253*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Rulers;
254*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
255*cdf0e10cSrcweir    Name = "gallrulers.zip";
256*cdf0e10cSrcweirEnd
257*cdf0e10cSrcweir
258*cdf0e10cSrcweirFile gid_File_Extra_Gallsound
259*cdf0e10cSrcweir    Dir = gid_Dir_User_Gallery;
260*cdf0e10cSrcweir    USER_FILE_BODY;
261*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
262*cdf0e10cSrcweir    Name = "gallsound.zip";
263*cdf0e10cSrcweirEnd
264*cdf0e10cSrcweir
265*cdf0e10cSrcweirFile gid_File_Extra_Gallsounds
266*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Sounds;
267*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
268*cdf0e10cSrcweir    Name = "gallsounds.zip";
269*cdf0e10cSrcweirEnd
270*cdf0e10cSrcweir
271*cdf0e10cSrcweirFile gid_File_Extra_Gallsystem
272*cdf0e10cSrcweir    Dir = gid_Dir_Gallery;
273*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
274*cdf0e10cSrcweir    Name = "gallsystem.zip";
275*cdf0e10cSrcweir    Patchfiles = ();
276*cdf0e10cSrcweirEnd
277*cdf0e10cSrcweir
278*cdf0e10cSrcweirFile gid_File_Extra_Gallwwwback
279*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Wwwback;
280*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
281*cdf0e10cSrcweir    Name = "gallwwwback.zip";
282*cdf0e10cSrcweirEnd
283*cdf0e10cSrcweir
284*cdf0e10cSrcweirFile gid_File_Extra_Gallwwwgraf
285*cdf0e10cSrcweir    Dir = gid_Dir_Gallery_Wwwgraf;
286*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
287*cdf0e10cSrcweir    Name = "gallwwwgraf.zip";
288*cdf0e10cSrcweirEnd
289*cdf0e10cSrcweir
290*cdf0e10cSrcweirFile gid_File_Extra_Index_Pl
291*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
292*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
293*cdf0e10cSrcweir    Name = "index.pl";
294*cdf0e10cSrcweirEnd
295*cdf0e10cSrcweir
296*cdf0e10cSrcweirFile gid_File_Extra_Palettes
297*cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
298*cdf0e10cSrcweir    USER_FILE_BODY;
299*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
300*cdf0e10cSrcweir    Name = "palettes.zip";
301*cdf0e10cSrcweir    Patchfiles = ();
302*cdf0e10cSrcweirEnd
303*cdf0e10cSrcweir
304*cdf0e10cSrcweirFile gid_File_Extra_Palettes_Lang
305*cdf0e10cSrcweir    Dir = gid_Dir_User_Config;
306*cdf0e10cSrcweir    USER_FILE_BODY;
307*cdf0e10cSrcweir    Styles = (ARCHIVE, WORKSTATION, DONT_OVERWRITE);
308*cdf0e10cSrcweir    EXTRA_ALL_LANG(palettes,zip);
309*cdf0e10cSrcweirEnd
310*cdf0e10cSrcweir
311*cdf0e10cSrcweirFile gid_File_Extra_Poll_Asp
312*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
313*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
314*cdf0e10cSrcweir    Name = "poll.asp";
315*cdf0e10cSrcweirEnd
316*cdf0e10cSrcweir
317*cdf0e10cSrcweirFile gid_File_Extra_Poll_Pl
318*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
319*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
320*cdf0e10cSrcweir    Name = "poll.pl";
321*cdf0e10cSrcweirEnd
322*cdf0e10cSrcweir
323*cdf0e10cSrcweirFile gid_File_Extra_Savepic_Asp
324*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
325*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
326*cdf0e10cSrcweir    Name = "savepic.asp";
327*cdf0e10cSrcweirEnd
328*cdf0e10cSrcweir
329*cdf0e10cSrcweirFile gid_File_Extra_Savepic_Pl
330*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
331*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
332*cdf0e10cSrcweir    Name = "savepic.pl";
333*cdf0e10cSrcweirEnd
334*cdf0e10cSrcweir
335*cdf0e10cSrcweirFile gid_File_Extra_Show_Asp
336*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
337*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
338*cdf0e10cSrcweir    Name = "show.asp";
339*cdf0e10cSrcweirEnd
340*cdf0e10cSrcweir
341*cdf0e10cSrcweirFile gid_File_Extra_Show_Pl
342*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
343*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
344*cdf0e10cSrcweir    Name = "show.pl";
345*cdf0e10cSrcweirEnd
346*cdf0e10cSrcweir
347*cdf0e10cSrcweirFile gid_File_Extra_Symbols
348*cdf0e10cSrcweir    Dir = gid_Dir_Config_Symbol;
349*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
350*cdf0e10cSrcweir    Name = "symbols.zip";
351*cdf0e10cSrcweirEnd
352*cdf0e10cSrcweir
353*cdf0e10cSrcweirFile gid_File_Extra_Tpllayoutimpr_Lang
354*cdf0e10cSrcweir    Dir = gid_Dir_Template_Layout;
355*cdf0e10cSrcweir    TXT_FILE_BODY;
356*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
357*cdf0e10cSrcweir    EXTRA_ALL_LANG(tpllayoutimpr,zip);
358*cdf0e10cSrcweirEnd
359*cdf0e10cSrcweir
360*cdf0e10cSrcweirFile gid_File_Extra_Tplpresntimpr_Lang
361*cdf0e10cSrcweir    Dir = gid_Dir_Template_Presnt;
362*cdf0e10cSrcweir    TXT_FILE_BODY;
363*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
364*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplpresntimpr,zip);
365*cdf0e10cSrcweirEnd
366*cdf0e10cSrcweir
367*cdf0e10cSrcweirFile gid_File_Extra_Tplwizbitmap
368*cdf0e10cSrcweir    Dir = gid_Dir_Share_Template_Wizard_Bitmap;
369*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
370*cdf0e10cSrcweir    Name = "tplwizbitmap.zip";
371*cdf0e10cSrcweirEnd
372*cdf0e10cSrcweir
373*cdf0e10cSrcweirFile gid_File_Extra_Tplwizdesktop_Lang
374*cdf0e10cSrcweir    Dir = gid_Dir_Template_Internal;
375*cdf0e10cSrcweir    TXT_FILE_BODY;
376*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
377*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizdesktop,zip);
378*cdf0e10cSrcweirEnd
379*cdf0e10cSrcweir
380*cdf0e10cSrcweirFile gid_File_Extra_Tplwizletter
381*cdf0e10cSrcweir    Dir = gid_Dir_Share_Template_Wizard_Letter;
382*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
383*cdf0e10cSrcweir    Name = "tplwizletter.zip";
384*cdf0e10cSrcweirEnd
385*cdf0e10cSrcweir
386*cdf0e10cSrcweirFile gid_File_Extra_Tplwizletter_Lang
387*cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Letter;
388*cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
389*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizletter,zip);
390*cdf0e10cSrcweirEnd
391*cdf0e10cSrcweir
392*cdf0e10cSrcweirFile gid_File_Extra_Tplwizfax_Lang
393*cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Fax;
394*cdf0e10cSrcweir    TXT_FILE_BODY;
395*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
396*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizfax,zip);
397*cdf0e10cSrcweirEnd
398*cdf0e10cSrcweir
399*cdf0e10cSrcweirFile gid_File_Extra_Tplwizagenda_Lang
400*cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Agenda;
401*cdf0e10cSrcweir    TXT_FILE_BODY;
402*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
403*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizagenda,zip);
404*cdf0e10cSrcweirEnd
405*cdf0e10cSrcweir
406*cdf0e10cSrcweirFile gid_File_Extra_Tplwizreport_Lang
407*cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Report;
408*cdf0e10cSrcweir    TXT_FILE_BODY;
409*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
410*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizreport,zip);
411*cdf0e10cSrcweirEnd
412*cdf0e10cSrcweir
413*cdf0e10cSrcweirFile gid_File_Extra_Tplwizstyles_Lang
414*cdf0e10cSrcweir    Dir = gid_Dir_Template_Wizard_Styles;
415*cdf0e10cSrcweir    TXT_FILE_BODY;
416*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
417*cdf0e10cSrcweir    EXTRA_ALL_LANG(tplwizstyles,zip);
418*cdf0e10cSrcweirEnd
419*cdf0e10cSrcweir
420*cdf0e10cSrcweirFile gid_File_Extra_Webcast_Asp
421*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
422*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
423*cdf0e10cSrcweir    Name = "webcast.asp";
424*cdf0e10cSrcweirEnd
425*cdf0e10cSrcweir
426*cdf0e10cSrcweirFile gid_File_Extra_Webcast_Pl
427*cdf0e10cSrcweir    Dir = gid_Dir_Config_Webcast;
428*cdf0e10cSrcweir    PACKED_TXT_FILE_BODY;
429*cdf0e10cSrcweir    Name = "webcast.pl";
430*cdf0e10cSrcweirEnd
431*cdf0e10cSrcweir
432*cdf0e10cSrcweirFile gid_File_Extra_Wordbook
433*cdf0e10cSrcweir    Dir = gid_Dir_Wordbook_Language;
434*cdf0e10cSrcweir    TXT_FILE_BODY;
435*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
436*cdf0e10cSrcweir    EXTRA_IDENT_ALL_LANG(wordbook.zip);
437*cdf0e10cSrcweirEnd
438*cdf0e10cSrcweir
439*cdf0e10cSrcweirFile gid_File_Extra_Wordbook_Lang
440*cdf0e10cSrcweir    Dir = gid_Dir_Wordbook_Language;
441*cdf0e10cSrcweir    TXT_FILE_BODY;
442*cdf0e10cSrcweir    Styles = (ARCHIVE, DONT_OVERWRITE);
443*cdf0e10cSrcweir    EXTRA_ALL_LANG(wordbook,zip);
444*cdf0e10cSrcweirEnd
445