-
Notifications
You must be signed in to change notification settings - Fork 7
/
description.xml
28 lines (28 loc) · 1.01 KB
/
description.xml
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
<?xml version='1.0' encoding='UTF-8'?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:d="http://openoffice.org/extensions/description/2006">
<identifier value="mytools.mri" />
<version value="1.3.4" />
<dependencies>
<OpenOffice.org-minimal-version value="3.4" d:name="OpenOffice.org 3.4" />
</dependencies>
<registration>
<simple-license accept-by="admin" default-license-id="this" suppress-on-update="true" suppress-if-required="true">
<license-text xlink:href="LICENSE" lang="en" license-id="this" />
</simple-license>
</registration>
<display-name>
<name lang="en">MRI - UNO Object Inspection Tool</name>
</display-name>
<icon>
<default xlink:href="icons/mri.png"/>
<high-contrast xlink:href="icons/mri_hc.png"/>
</icon>
<extension-description>
<src lang="en" xlink:href="descriptions/desc.en"/>
</extension-description>
<update-information>
<src xlink:href="https://github.com/hanya/MRI/raw/master/files/MRI.update.xml"/>
</update-information>
</description>