merge the formfield patch from ooo-build
[ooovba.git] / transex3 / source / filter / merge / FCFGMerge.cfg
blob46fcccafe7e46504b080316a2a80694d8a6a7fa5
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: FCFGMerge.cfg,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org.  If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 #************************************************
33 # Specify the verbose mode of this tool.
34 # 1 = show errors only
35 # 2 = show errors/warnings (default)
36 # 3 = show errors/warnings and some generic infos
37 # 4 = show anything (including detailed infos)
39 # [OPTIONAL]
40 #************************************************
42 loglevel = 2
44 #************************************************
45 # This extension is used for all XML files. It doesnt
46 # matter if its used for reading fragments or writing
47 # XML packages.
48 # Must be given without any additional signes like "."
49 # or "*."!
51 # [REQUIRED]
52 #************************************************
54 extension_xcu=xcu
56 #************************************************
57 # This extension is used for all Package files. It doesnt
58 # matter if its used for reading such files or writing
59 # it.
60 # Must be given without any additional signes like "."
61 # or "*."!
63 # [REQUIRED]
64 #************************************************
66 extension_pkg=pkg
68 #************************************************
69 # These values are used to generate a correct XML
70 # header.
71 # Note: The property "xmlpackage" must be specified
72 #       via command line. There exists more then one
73 #       possible value.
75 # [REQUIRED]
76 #************************************************
78 xmlversion      =       1.0
79 xmlencoding     =       UTF-8
80 xmlpath         =       org.openoffice.TypeDetection
81 #xmlpackage     =
83 #************************************************
84 # These values are used to name the configuration
85 # sets inside the generated XCM file for different
86 # item groups like e.g. types, filters etcpp.
88 # [REQUIRED]
89 #************************************************
91 setname_types                       = Types
92 setname_filters                           = Filters
93 setname_frameloaders      = FrameLoaders
94 setname_contenthandlers = ContentHandlers
96 subdir_types                            = types
97 subdir_filters                          = filters
98 subdir_frameloaders       = frameloaders
99 subdir_contenthandlers  = contenthandlers
101 #************************************************
102 # This delimiter is used to split every
103 # item list of the package configuration files
104 # (which are temp. created  by the make proccess)
105 # into its tokens.
107 # [REQUIRED]
108 #************************************************
109 delimiter=,
111 #************************************************
112 # Enable/disable removing of leading/trailing withespaces
113 # during splitting stringlists.
115 # [REQUIRED]
116 #************************************************
117 trim=true
119 #************************************************
120 # Enable/disable removing of leading/trailing "-signs
121 # during splitting stringlists.
123 # [REQUIRED]
124 #************************************************
125 decode=false