plugin.properties
aPriori plug-ins are optional software packages that extend the capabilities of your installation. Most plug-ins typically have their own plugin.properties files that determine the behavior of the plug-in. Each plugin.properties file typically has at least one setting to turn the package on ("false") or off ("true"):
plugin.disabled=false
While some plug-ins include only this one-line, other plug-ins may have several other settings as needed. For example, the bulk costing plug-in (analysis-purchasing-module) has over two dozen additional properties to control its behavior. In-line comments within these file document these settings.
Plug-in property files reside in the following typical location:
<apriori_install>\ext\<plugin_name>\plugin.properties