plugin.xml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. See the accompanying license.txt file for applicable licenses.
  5. -->
  6. <plugin id="org.dita.eclipsecontent">
  7. <!-- extension points -->
  8. <extension-point id="dita.xsl.dynamicdita" name="Dynamic DITA XSLT import"/>
  9. <!-- extensions -->
  10. <transtype name="eclipsecontent" desc="Eclipse content">
  11. <param name="args.eclipse.provider" desc="The provider name of the eclipse help output." type="string">
  12. <val default="true">DITA</val>
  13. </param>
  14. <param name="args.eclipse.version"
  15. desc="The version number of the eclipse help output.
  16. Tip: The toolkit ignores the value of this property when processing an Eclipse Collection Map, eclipse.dtd." type="string">
  17. <val default="true">1.0</val>
  18. </param>
  19. <param name="args.eclipsecontent.toc" desc="Specifies the name of the TOC file." type="file"/>
  20. </transtype>
  21. <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
  22. <template file="xsl/dita2dynamicdita_template.xsl"/>
  23. </plugin>