xref: /AOO41X/main/odk/examples/cpp/custompanel/description.xml (revision 47148b3bc50811ceb41802e4cc50a5db21535900)
1760d135fSAriel Constenla-Haile<?xml version="1.0" encoding="UTF-8"?>
2760d135fSAriel Constenla-Haile<!--***********************************************************
3760d135fSAriel Constenla-Haile *
4760d135fSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
5760d135fSAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
6760d135fSAriel Constenla-Haile * distributed with this work for additional information
7760d135fSAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
8760d135fSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
9760d135fSAriel Constenla-Haile * "License"); you may not use this file except in compliance
10760d135fSAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
11760d135fSAriel Constenla-Haile *
12760d135fSAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
13760d135fSAriel Constenla-Haile *
14760d135fSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
15760d135fSAriel Constenla-Haile * software distributed under the License is distributed on an
16760d135fSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17760d135fSAriel Constenla-Haile * KIND, either express or implied.  See the License for the
18760d135fSAriel Constenla-Haile * specific language governing permissions and limitations
19760d135fSAriel Constenla-Haile * under the License.
20760d135fSAriel Constenla-Haile *
21760d135fSAriel Constenla-Haile ***********************************************************-->
22760d135fSAriel Constenla-Haile<description
23760d135fSAriel Constenla-Haile    xmlns="http://openoffice.org/extensions/description/2006"
24760d135fSAriel Constenla-Haile    xmlns:d="http://openoffice.org/extensions/description/2006"
25760d135fSAriel Constenla-Haile    xmlns:xlink="http://www.w3.org/1999/xlink">
26760d135fSAriel Constenla-Haile
27abfe7a5aSAriel Constenla-Haile  <identifier value="org.apache.openoffice.custom-tool-panel"/>
28760d135fSAriel Constenla-Haile  <version value="0.1" />
29760d135fSAriel Constenla-Haile  <platform value="UPDATED_SUPPORTED_PLATFORM" />
30760d135fSAriel Constenla-Haile  <display-name>
31760d135fSAriel Constenla-Haile    <name>Custom Tool Panel Example</name>
32760d135fSAriel Constenla-Haile  </display-name>
33760d135fSAriel Constenla-Haile  <dependencies>
34*4f913391SAriel Constenla-Haile    <OpenOffice.org-minimal-version value="4.0" d:name="Apache OpenOffice"/>
35*4f913391SAriel Constenla-Haile    <OpenOffice.org-maximal-version value="4.9" d:name="Apache OpenOffice"/>
36760d135fSAriel Constenla-Haile  </dependencies>
37760d135fSAriel Constenla-Haile</description>
38