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# Specify the verbose mode of this tool.
24# 1 = show errors only
25# 2 = show errors/warnings (default)
26# 3 = show errors/warnings and some generic infos
27# 4 = show anything (including detailed infos)
28#
29# [OPTIONAL]
30#************************************************
31
32loglevel = 2
33
34#************************************************
35# This extension is used for all XML files. It doesnt
36# matter if its used for reading fragments or writing
37# XML packages.
38# Must be given without any additional signes like "."
39# or "*."!
40#
41# [REQUIRED]
42#************************************************
43
44extension_xcu=xcu
45
46#************************************************
47# This extension is used for all Package files. It doesnt
48# matter if its used for reading such files or writing
49# it.
50# Must be given without any additional signes like "."
51# or "*."!
52#
53# [REQUIRED]
54#************************************************
55
56extension_pkg=pkg
57
58#************************************************
59# These values are used to generate a correct XML
60# header.
61# Note: The property "xmlpackage" must be specified
62#       via command line. There exists more then one
63#      	possible value.
64#
65# [REQUIRED]
66#************************************************
67
68xmlversion	=	1.0
69xmlencoding	=	UTF-8
70xmlpath		=	org.openoffice.TypeDetection
71#xmlpackage	=
72
73#************************************************
74# These values are used to name the configuration
75# sets inside the generated XCM file for different
76# item groups like e.g. types, filters etcpp.
77#
78# [REQUIRED]
79#************************************************
80
81setname_types 			    = Types
82setname_filters 			  = Filters
83setname_frameloaders 	  = FrameLoaders
84setname_contenthandlers = ContentHandlers
85
86subdir_types 			    	= types
87subdir_filters 			  	= filters
88subdir_frameloaders 	  = frameloaders
89subdir_contenthandlers 	= contenthandlers
90
91#************************************************
92# This delimiter is used to split every
93# item list of the package configuration files
94# (which are temp. created  by the make proccess)
95# into its tokens.
96#
97# [REQUIRED]
98#************************************************
99delimiter=,
100
101#************************************************
102# Enable/disable removing of leading/trailing withespaces
103# during splitting stringlists.
104#
105# [REQUIRED]
106#************************************************
107trim=true
108
109#************************************************
110# Enable/disable removing of leading/trailing "-signs
111# during splitting stringlists.
112#
113# [REQUIRED]
114#************************************************
115decode=false
116