-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.xml
22 lines (22 loc) · 1020 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
<xt:extension xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="com.oxygenxml.sdksamples.addons.AddonsPackagerPlugin">
<xt:location href="${project.build.finalName}-plugin.jar"/>
<xt:version>${project.parent.version}.0</xt:version>
<xt:oxy_version>${project.parent.version}</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Syncro Soft</xt:author>
<xt:name>Image IO Web Author plugin</xt:name>
<xt:description><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Image IO Web Author plugin</title>
</head>
<body>
<div> A plugin that provides rendering for file formats unsupported by the browser.
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[(c) Syncro Soft SRL, All rights reserved.
This Plug-In is part of the Oxygen XML Software and, as such, is part of the License Agreement governing the Oxygen XML Software.
]]></xt:license>
</xt:extension>