forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.xml
More file actions
31 lines (27 loc) · 1.02 KB
/
description.xml
File metadata and controls
31 lines (27 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version='1.0' encoding='UTF-8'?>
<description
xmlns="http://openoffice.org/extensions/description/2006"
xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:l="http://libreoffice.org/extensions/description/2011">
<identifier value="org.extension.localwriter"/>
<version value="0.1.0"/>
<dependencies>
<l:LibreOffice-minimal-version d:name="LibreOffice 4.1" value="4.1"/>
</dependencies>
<registration>
<simple-license accept-by="admin" default-license-id="ID0" suppress-on-update="true" >
<license-text xlink:href="registration/license.txt" lang="en" license-id="ID0" />
</simple-license>
</registration>
<publisher>
<name xlink:href="mailto:andrew@magedoc.net">MageDoc</name>
</publisher>
<display-name>
<name>localwriter</name>
</display-name>
<icon>
<default xlink:href="assets/logo.png"/>
</icon>
</description>