-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdescription.xml
More file actions
34 lines (26 loc) · 1.14 KB
/
description.xml
File metadata and controls
34 lines (26 loc) · 1.14 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
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<description
xmlns="http://openoffice.org/extensions/description/2006"
xmlns:dep="http://libreoffice.org/extensions/description/2011"
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.libreoffice.JavaXSLT2Transformer"/>
<dependencies>
<!-- Technically, this is incorrect, because the code uses an
interface that only exists in 3.7. But it allows libreoffice
maintainers in Linux distributions to backport the work to 3.6
release. It is harmless, because the transformer service from
this extension would not be used in unpatched 3.6 due to a
different service name. -->
<dep:LibreOffice-minimal-version value="3.6"/>
</dependencies>
<version value="1.0.0"/>
<publisher>
<name xlink:href="http://www.documentfoundation.org" lang="en-US">The Document Foundation</name>
</publisher>
<display-name>
<name lang="en-US">XSLT 2.0 transformer</name>
</display-name>
<extension-description>
<src xlink:href="description-en-US.txt" lang="en-US" />
</extension-description>
</description>