-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescriptor.xml
More file actions
34 lines (34 loc) · 1.27 KB
/
descriptor.xml
File metadata and controls
34 lines (34 loc) · 1.27 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
<xt:extensions xmlns:xt="http://www.oxygenxml.com/ns/extension"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="${project.groupId}.${project.artifactId}">
<xt:location href="${release.url}${project.artifactId}${oxygen.version}-${project.version}-plugin.jar"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>${oxygen.version}.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Christian Lück</xt:author>
<xt:name>${project.name}</xt:name>
<xt:description>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>${project.name}</title>
</head>
<body>
<div>
<p>
${project.description}
</p>
<p>
For more details see <a
href="${project.url}">${project.url}</a>
</p>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[
${license}
]]></xt:license>
</xt:extension>
</xt:extensions>