Initial commit
This commit is contained in:
16
META-INF/manifest.xml
Normal file
16
META-INF/manifest.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"
|
||||
manifest:full-path="Addons.xcu"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"
|
||||
manifest:full-path="ProtocolHandler.xcu"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:media-type="application/vnd.sun.star.uno-component;type=Python"
|
||||
manifest:full-path="paperless_addon.py"/>
|
||||
|
||||
</manifest:manifest>
|
||||
Reference in New Issue
Block a user