1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*5111cb72SAndrew Rist<!--*********************************************************** 3*5111cb72SAndrew Rist * 4*5111cb72SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*5111cb72SAndrew Rist * or more contributor license agreements. See the NOTICE file 6*5111cb72SAndrew Rist * distributed with this work for additional information 7*5111cb72SAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*5111cb72SAndrew Rist * to you under the Apache License, Version 2.0 (the 9*5111cb72SAndrew Rist * "License"); you may not use this file except in compliance 10*5111cb72SAndrew Rist * with the License. You may obtain a copy of the License at 11*5111cb72SAndrew Rist * 12*5111cb72SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13*5111cb72SAndrew Rist * 14*5111cb72SAndrew Rist * Unless required by applicable law or agreed to in writing, 15*5111cb72SAndrew Rist * software distributed under the License is distributed on an 16*5111cb72SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*5111cb72SAndrew Rist * KIND, either express or implied. See the License for the 18*5111cb72SAndrew Rist * specific language governing permissions and limitations 19*5111cb72SAndrew Rist * under the License. 20*5111cb72SAndrew Rist * 21*5111cb72SAndrew Rist ***********************************************************--> 22*5111cb72SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> 25cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Java" 26cdf0e10cSrcweir manifest:full-path="mediawiki.jar"/> 27cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 28cdf0e10cSrcweir manifest:full-path="Addons.xcu"/> 29cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 30cdf0e10cSrcweir manifest:full-path="ProtocolHandler.xcu"/> 31cdf0e10cSrcweir <manifest:file-entry manifest:full-path="WikiEditor/" 32cdf0e10cSrcweir manifest:media-type="application/vnd.sun.star.basic-library"/> 33cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-schema" 34cdf0e10cSrcweir manifest:full-path="WikiExtension.xcs"/> 35cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 36cdf0e10cSrcweir manifest:full-path="WikiExtension.xcu"/> 37cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 38cdf0e10cSrcweir manifest:full-path="OptionsDialog.xcu"/> 39cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 40cdf0e10cSrcweir manifest:full-path="Filter.xcu"/> 41cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 42cdf0e10cSrcweir manifest:full-path="Types.xcu"/> 43cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 44cdf0e10cSrcweir manifest:full-path="Paths.xcu"/> 45cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.help" 46cdf0e10cSrcweir manifest:full-path="help"/> 47cdf0e10cSrcweir <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" 48cdf0e10cSrcweir manifest:full-path="help/component.txt"/> 49cdf0e10cSrcweir</manifest:manifest> 50