-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
38 lines (35 loc) · 913 Bytes
/
plugin.xml
File metadata and controls
38 lines (35 loc) · 913 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="exportModelToDoc"
name="exportModelToDoc"
version="1.0"
provider-name="No Magic"
class="exportmodeltodoc.ActionTypesExample">
<runtime>
<library name="lib/fileattachments_api.jar">
<export
name="*">
</export>
</library>
<library name="lib/spire.doc-4.10.9.jar">
<export
name="*">
</export>
</library>
<library name="lib/fileattachments.jar">
<export
name="*">
</export>
</library>
<library name="lib/aspose-words-18.10.jar">
<export
name="*">
</export>
</library>
<library name="library.jar">
<export
name="*">
</export>
</library>
</runtime>
</plugin>