Removing plug-ins
Use the dita uninstall
subcommand to remove a plug-in.
-
At the command-line prompt, enter the following command:
`dita uninstall` *<plug-in-id>*
where:
*<plug-in-id>*
is the unique ID of the plug-in, as defined in the plug-in’s configuration file (plugin.xml
). Note: In earlier versions of DITA-OT (2.4–3.4), use the double-hyphen option syntaxdita
--uninstall. In DITA-OT 2.0–2.3, use the single-hyphen form:dita
-uninstall.
Attention: The
uninstall
subcommand also removes the corresponding plug-in directory from theplugins
folder.
Related information