forked from danielnaber/oxygen-languagetool-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.xml
27 lines (25 loc) · 899 Bytes
/
extension.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
<xt:extension
xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="org.languagetool.oxygen.plugin">
<xt:location href="${project.build.finalName}-plugin.jar"/>
<xt:version>1.0</xt:version>
<xt:oxy_version>16.0</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Daniel Naber</xt:author>
<xt:name>LanguageToolPlugin</xt:name>
<xt:description><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>LanguageTool for Oxygen</title>
</head>
<body>
<div>
<p>This plugin makes LanguageTool usable from the Oxygen XML editor.</p>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[LanguageTool for Oxygen License
This plugin is licensed under GNU Lesser General Public License (LGPL), Version 2.1 or later.
See http://www.gnu.org/licenses/old-licenses/lgpl-2.1
]]></xt:license>
</xt:extension>