11ecadb57SMathias Bauer<?xml version="1.0" encoding="UTF-8"?> 210544477SAndre Fischer<!--*********************************************************** 3*4cb67278Smseidel * 410544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 510544477SAndre Fischer * or more contributor license agreements. See the NOTICE file 610544477SAndre Fischer * distributed with this work for additional information 710544477SAndre Fischer * regarding copyright ownership. The ASF licenses this file 810544477SAndre Fischer * to you under the Apache License, Version 2.0 (the 910544477SAndre Fischer * "License"); you may not use this file except in compliance 1010544477SAndre Fischer * with the License. You may obtain a copy of the License at 11*4cb67278Smseidel * 1210544477SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 13*4cb67278Smseidel * 1410544477SAndre Fischer * Unless required by applicable law or agreed to in writing, 1510544477SAndre Fischer * software distributed under the License is distributed on an 1610544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1710544477SAndre Fischer * KIND, either express or implied. See the License for the 1810544477SAndre Fischer * specific language governing permissions and limitations 1910544477SAndre Fischer * under the License. 20*4cb67278Smseidel * 2110544477SAndre Fischer ***********************************************************--> 22*4cb67278Smseidel<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> 23*4cb67278Smseidel <version value="3.0.1"/> 24*4cb67278Smseidel <identifier value="org.openoffice.helpauthoring"/> 25*4cb67278Smseidel <display-name> 26*4cb67278Smseidel <name lang="en-US">OpenOffice Help Authoring Framework</name> 27*4cb67278Smseidel </display-name> 28*4cb67278Smseidel <registration> 29*4cb67278Smseidel <simple-license accept-by="admin" default-license-id="lic-en-US" suppress-on-update="true"> 30*4cb67278Smseidel <license-text xlink:href="license/LICENSE" lang="en-US" license-id="lic-en-US"/> 31*4cb67278Smseidel </simple-license> 32*4cb67278Smseidel </registration> 33*4cb67278Smseidel <dependencies> 34*4cb67278Smseidel <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/> 35*4cb67278Smseidel </dependencies> 36*4cb67278Smseidel <publisher> 37*4cb67278Smseidel <name xlink:href="https://www.openoffice.org" lang="en">Apache Software Foundation</name> 38*4cb67278Smseidel </publisher> 39*4cb67278Smseidel <extension-description> 40*4cb67278Smseidel <src lang="en-US" xlink:href="pkg-desc/pkg-description-en-US.txt"/> 41*4cb67278Smseidel </extension-description> 42*4cb67278Smseidel <icon> 43*4cb67278Smseidel <default xlink:href="images/icon.png"/> 44*4cb67278Smseidel <high-contrast xlink:href="images/icon_hc.png"/> 45*4cb67278Smseidel </icon> 461ecadb57SMathias Bauer</description> 47