forked from oxygenxml/web-author-learn-words-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
23 lines (18 loc) · 864 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plugin SYSTEM "../plugin.dtd">
<plugin
class="com.oxygenxml.learnword.LearnWordPlugin"
id="web-author-learn-words-plugin"
name="spellcheck-learn-words"
description="Plugin for adding learned/forbidden words functionality to oXygen XML Web Author spellchecking."
version="${project.nosnapshot.version}"
vendor="Syncro Soft SRL">
<runtime>
<librariesFolder name="lib" />
<library name="target/classes" />
<librariesFolder name="target/lib" />
</runtime>
<extension type="WorkspaceAccess" class="com.oxygenxml.learnword.DictionarySetterExtension"/>
<extension type="WebappServlet" class="com.oxygenxml.learnword.ConfigurationPage" role="config"/>
<extension type="WebappStaticResourcesFolder" path="web/static/" href="learn-word"/>
</plugin>