-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (18 loc) · 848 Bytes
/
plugin.xml
File metadata and controls
21 lines (18 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE plugin SYSTEM "../plugin.dtd">
<plugin
class="com.oxygenxml.sample.cals.tables.CalsTablesSupportPlugin"
id="cals-tables-plugin"
name="CALS Table support for any XML document"
description="Includes the CALS table support"
version="1.0"
vendor="Syncro Soft">
<extension type="AuthorStylesheet" href="css/cals_table.css"/>
<!-- There is a limitation for the moment in that the actions executed from a CSS added by a plugin are not considered trusted. -->
<!-- Until the limitation is removed we used the following workaround: the css folder is added as an additional framework resource, to be considered safe -->
<extension type="AdditionalFrameworks" path="css"/>
<runtime>
<librariesFolder name="lib" />
<library name="target/classes" />
<librariesFolder name="target/lib" />
</runtime>
</plugin>