plugin-properties-file.dita 1.7 KB

1234567891011121314151617181920212223242526272829303132
  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. <indexterm>Java<indexterm>plugin.properties</indexterm></indexterm>
  17. </keywords>
  18. </metadata>
  19. </prolog>
  20. <refbody>
  21. <section>
  22. <p>The file is located in the <filepath>lib/org.dita.dost.platform</filepath> directory of the DITA-OT
  23. installation and stores a cached version of the plug-in configuration used by the Java code.</p>
  24. <p>The contents of this file depend on the installed plug-ins. Each plug-in may contribute properties such as the
  25. path to the plug-in folder, supported extensions and print transformation types.</p>
  26. <note type="warning">The <filepath>plugin.properties</filepath> file is regenerated each time the plug-in
  27. integration process is run, so it should not be edited manually as these changes would be lost the next time a
  28. plug-in is installed or removed.</note>
  29. </section>
  30. </refbody>
  31. </reference>