-
Notifications
You must be signed in to change notification settings - Fork 4
/
extension.xml
17 lines (17 loc) · 907 Bytes
/
extension.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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.3.0</xt:version>
<xt:oxy_version>18.1</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Daniel Naber</xt:author>
<xt:name>LanguageTool Plugin</xt:name>
<xt:description>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>LanguageTool for oXygen Author</title></head>
<body>
<div><p>This plugin makes <a href="https://languagetool.org">LanguageTool</a> usable from the oXygen XML editor.</p></div>
</body>
</html>
</xt:description>
<xt: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>