lib-plugin-properties.dita 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <reference id="lib-org.dita.dost.platform-plugin.properties">
  5. <title>The <filepath>plugin.properties</filepath> file</title>
  6. <titlealts>
  7. <navtitle><filepath>plugin.properties</filepath></navtitle>
  8. </titlealts>
  9. <shortdesc>The <filepath>plugin.properties</filepath> file is used to store configuration properties that are set by
  10. the plug-in installation process.</shortdesc>
  11. <prolog>
  12. <metadata>
  13. <keywords>
  14. <indexterm>files<indexterm>plugin.properties</indexterm></indexterm>
  15. <indexterm>plugin.properties file</indexterm>
  16. </keywords>
  17. </metadata>
  18. </prolog>
  19. <refbody>
  20. <section>
  21. <p>The file is located in the <filepath>lib/org.dita.dost.platform</filepath> directory of the DITA-OT
  22. installation and stores a cached version of the plug-in configuration used by the Java code.</p>
  23. <p>The contents of this file depend on the installed plug-ins. Each plug-in may contribute properties such as the
  24. path to the plug-in folder, supported extensions and print transformation types.</p>
  25. <note type="warning">The <filepath>plugin.properties</filepath> file is regenerated each time the plug-in
  26. integration process is run, so it should not be edited manually as these changes would be lost the next time a
  27. plug-in is installed or removed.</note>
  28. </section>
  29. </refbody>
  30. </reference>