forked from xspec/oXygen-XML-editor-xspec-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.xml
24 lines (23 loc) · 994 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
<xt:extension xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="com.oxygenxml.xspec.XSpecSupportPlugin">
<xt:location href="${project.build.finalName}-plugin.zip"/>
<xt:version>${project.version}.0</xt:version>
<xt:oxy_version>18.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Alex Jitianu</xt:author>
<xt:name>XSpec Helper view</xt:name>
<xt:description><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XSpec Helper view</title>
</head>
<body>
<div>
<p>A proof of concept plugin that contributes a view that presents the results of an XSpec
transformation. After instalation, to use it, open an XSpec file and invoke the "XSpec Run"
action from the toolbar.</p>
</div>
</body>
</html>
</xt:description>
<xt:license></xt:license>
</xt:extension>