1cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?>
2f8ad1cf2SJürgen Schmidt<!--***********************************************************
3*be85c190Smseidel *
4f8ad1cf2SJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one
5f8ad1cf2SJürgen Schmidt * or more contributor license agreements.  See the NOTICE file
6f8ad1cf2SJürgen Schmidt * distributed with this work for additional information
7f8ad1cf2SJürgen Schmidt * regarding copyright ownership.  The ASF licenses this file
8f8ad1cf2SJürgen Schmidt * to you under the Apache License, Version 2.0 (the
9f8ad1cf2SJürgen Schmidt * "License"); you may not use this file except in compliance
10f8ad1cf2SJürgen Schmidt * with the License.  You may obtain a copy of the License at
11*be85c190Smseidel *
12f8ad1cf2SJürgen Schmidt *   http://www.apache.org/licenses/LICENSE-2.0
13*be85c190Smseidel *
14f8ad1cf2SJürgen Schmidt * Unless required by applicable law or agreed to in writing,
15f8ad1cf2SJürgen Schmidt * software distributed under the License is distributed on an
16f8ad1cf2SJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17f8ad1cf2SJürgen Schmidt * KIND, either express or implied.  See the License for the
18f8ad1cf2SJürgen Schmidt * specific language governing permissions and limitations
19f8ad1cf2SJürgen Schmidt * under the License.
20*be85c190Smseidel *
21f8ad1cf2SJürgen Schmidt ***********************************************************-->
22*be85c190Smseidel
23*be85c190Smseidel
24cdf0e10cSrcweir<oor:component-schema
25cdf0e10cSrcweir    xmlns:oor="http://openoffice.org/2001/registry"
26cdf0e10cSrcweir    xmlns:xs="http://www.w3.org/2001/XMLSchema"
27cdf0e10cSrcweir    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28cdf0e10cSrcweir    oor:name="ObjectInspector"
29cdf0e10cSrcweir    oor:package="org.openoffice.inspector"
30cdf0e10cSrcweir    xml:lang="en-US">
31cdf0e10cSrcweir    <info>
32cdf0e10cSrcweir        <desc>Configuration parameters for the Object Inspector.</desc>
33cdf0e10cSrcweir    </info>
34cdf0e10cSrcweir    <component>
35cdf0e10cSrcweir        <prop oor:name="Language" oor:type="xs:string"/>
36cdf0e10cSrcweir        <prop oor:name="SDKPath" oor:type="xs:string"/>
37cdf0e10cSrcweir    </component>
38cdf0e10cSrcweir
39cdf0e10cSrcweir</oor:component-schema>
40