Update git submodules
[LibreOffice.git] / odk / examples / python / minimal-extension / META-INF / manifest.xml
bloba3f7700875a3b559773a86b3af135c3cd4f5fab8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
3 <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
4         <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python"        manifest:full-path="main.py" />
5         <manifest:file-entry manifest:full-path="pkg-desc/pkg-description.en"  manifest:media-type="application/vnd.sun.star.package-bundle-description;locale=en"/>
6         <manifest:file-entry manifest:full-path="Addons.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
7 </manifest:manifest>