-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.xml
19 lines (18 loc) · 857 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!-- The plugin.dtd file is located in the OXYGEN_INSATALL_DIR/plugins directory -->
<!DOCTYPE plugin SYSTEM "../plugin.dtd">
<plugin
id="com.oxygenxml.plugin.ComponentsValidator"
name="Components Validator"
description="Allow the filtering of the editor menus, toolbars, and some other components"
version="1.0"
vendor="Syncro Soft"
class="com.oxygenxml.sdksamples.componentsvalidator.ComponentsValidatorPlugin"
classLoaderType="preferReferencedResources">
<runtime>
<library name="lib/oxygen-sample-plugin-components-validator-1.0.jar"/>
</runtime>
<extension type="componentsValidator"
class="com.oxygenxml.sdksamples.componentsvalidator.ComponentsValidatorPluginExtension"/>
<!--property name="components.validator.run.mode" value="developer"/>-->
</plugin>