1*760d135fSAriel Constenla-Haile<?xml version="1.0" encoding="UTF-8"?> 2*760d135fSAriel Constenla-Haile<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> 3*760d135fSAriel Constenla-Haile<!--*********************************************************** 4*760d135fSAriel Constenla-Haile * 5*760d135fSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one 6*760d135fSAriel Constenla-Haile * or more contributor license agreements. See the NOTICE file 7*760d135fSAriel Constenla-Haile * distributed with this work for additional information 8*760d135fSAriel Constenla-Haile * regarding copyright ownership. The ASF licenses this file 9*760d135fSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the 10*760d135fSAriel Constenla-Haile * "License"); you may not use this file except in compliance 11*760d135fSAriel Constenla-Haile * with the License. You may obtain a copy of the License at 12*760d135fSAriel Constenla-Haile * 13*760d135fSAriel Constenla-Haile * http://www.apache.org/licenses/LICENSE-2.0 14*760d135fSAriel Constenla-Haile * 15*760d135fSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing, 16*760d135fSAriel Constenla-Haile * software distributed under the License is distributed on an 17*760d135fSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18*760d135fSAriel Constenla-Haile * KIND, either express or implied. See the License for the 19*760d135fSAriel Constenla-Haile * specific language governing permissions and limitations 20*760d135fSAriel Constenla-Haile * under the License. 21*760d135fSAriel Constenla-Haile * 22*760d135fSAriel Constenla-Haile ***********************************************************--> 23*760d135fSAriel Constenla-Haile<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> 24*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native" 25*760d135fSAriel Constenla-Haile manifest:full-path="custompanel.unoSHARED_EXTENSION"/> 26*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 27*760d135fSAriel Constenla-Haile manifest:full-path="WriterWindowState.xcu"/> 28*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 29*760d135fSAriel Constenla-Haile manifest:full-path="CalcWindowState.xcu"/> 30*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 31*760d135fSAriel Constenla-Haile manifest:full-path="DrawWindowState.xcu"/> 32*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 33*760d135fSAriel Constenla-Haile manifest:full-path="ImpressWindowState.xcu"/> 34*760d135fSAriel Constenla-Haile <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" 35*760d135fSAriel Constenla-Haile manifest:full-path="Factories.xcu"/> 36*760d135fSAriel Constenla-Haile <!-- <manifest:file-entry manifest:media-type="image/png" 37*760d135fSAriel Constenla-Haile manifest:full-path="panel.png"/>--> 38*760d135fSAriel Constenla-Haile</manifest:manifest> 39