1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21
22#------------------------------------------------------
23# must be a system file name, which points to the
24# xcu file, should be analyzed and splitted
25#------------------------------------------------------
26xmlfile =o:/SRC680/src.m21/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu
27
28#------------------------------------------------------
29# specify the format of the specified "xmlfile"
30#------------------------------------------------------
31informat = 6.0
32
33#------------------------------------------------------
34# must be a system directory, which can be cleared completly
35# and will be used then to generate all results of this
36# program there - means to generate al xcu fragments
37#------------------------------------------------------
38outdir =c:/temp/split/fragments
39
40#------------------------------------------------------
41# specify the format of the generated xcu fragments
42# inside the "outdir"
43#------------------------------------------------------
44outformat = 6.Y
45
46#------------------------------------------------------
47# specify the text encoding, which must be used for
48# reading the "xmlfile"
49#------------------------------------------------------
50inencoding = UTF-8
51
52#------------------------------------------------------
53# specify the text encoding, which must be used for
54# writing the xcu fragments
55#------------------------------------------------------
56outencoding = UTF-8
57
58#------------------------------------------------------
59# The following defines specify system directories
60# which must be sub directories of "outdir".
61# Every of these sub dir willl be used to generate
62# groups of xcu fragments there.
63#------------------------------------------------------
64subdir_types 			     = types
65subdir_filters 			   = filters
66subdir_detectservices  = detectservices
67subdir_frameloaders 	 = frameloaders
68subdir_contenthandlers = contenthandlers
69
70#------------------------------------------------------
71# Enable/Disable grouping of filter fragments and using
72# of specialized sub directories.
73#------------------------------------------------------
74seperate_filters_by_module = false
75
76#------------------------------------------------------
77# The following defines specify system directories
78# which must be sub directories of "outdir/subdir_filters".
79# Every of these sub dir willl be used to generate
80# groups of filter fragments there.
81# Note: These sub directories are used only if
82# "seperate_filters_by_module" is set to true!
83#------------------------------------------------------
84subdir_module_swriter  = swriter
85subdir_module_sweb     = sweb
86subdir_module_sglobal  = sglobal
87subdir_module_scalc    = scalc
88subdir_module_sdraw    = sdraw
89subdir_module_simpress = simpress
90subdir_module_smath    = smath
91subdir_module_schart   = schart
92subdir_module_others   = others
93
94#------------------------------------------------------
95# Define the file extension, which is used for
96# every generated fragment inside "outdir".
97#------------------------------------------------------
98fragment_extension = .xcu
99
100#------------------------------------------------------
101# specify a debug level for generating debug output
102# on the console
103# The following levels exists:
104#		0 = no output
105#   1 = only errors/exceptions will be shown
106#   2 = errors/exceptions and warnings will be shown
107#   3 = additional to errors and warnings some global
108#				informations are shown
109#   4 = additional to errors and warnings some global
110#				and many detailed informations are shown
111#------------------------------------------------------
112debug = 4
113
114#------------------------------------------------------
115# Enable/Disable creation of the new "COMBINED" filter flag
116# for 6.y versions. That means: every filter with set
117# "IMPORT" and "EXPORT" flag will get the new flag value
118# and lose the old ones.
119#------------------------------------------------------
120create_combine_filter_flag = false
121
122#------------------------------------------------------
123# Remove some obsolete filter flags for 6.y versions.
124#------------------------------------------------------
125remove_filter_flag_browserpreferred = true
126remove_filter_flag_preferred = false
127remove_filter_flag_3rdparty = false
128
129remove_graphic_filters = false
130remove_filter_uinames = false
131set_default_detector = false
132