-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescriptor.xml
45 lines (45 loc) · 2.06 KB
/
descriptor.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<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.artifactId}">
<xt:location href="${release.url}${project.artifactId}-${project.version}-package.zip"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>17.0+</xt:oxy_version>
<xt:type>framework</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>
<p>This program is free software: you can
redistribute it and/or modify it under the terms of
the GNU General Public License as published by the
Free Software Foundation, either version 3 of the
License, or (at your option) any later version.<br/>
This program is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.<br/> You should have
received a copy of the GNU General Public License
along with this program. If not, see <a
href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>
</p>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[
${license}
]]></xt:license>
</xt:extension>
</xt:extensions>