plugin.xml 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2011 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <plugin id="org.dita.htmlhelp" version="3.3.3">
  8. <!-- extension points -->
  9. <extension-point id="dita.xsl.htmlhelp.map2hhp" name="HTML Help project XSLT import"/>
  10. <extension-point id="dita.xsl.htmlhelp.map2hhc" name="HTML Help content XSLT import"/>
  11. <!-- extensions -->
  12. <transtype name="htmlhelp" extends="base-html" desc="Microsoft Compiled HTML Help">
  13. <param name="args.htmlhelp.includefile" desc="Specifies the name of a file that you want included in the HTML Help." type="file"/>
  14. </transtype>
  15. <require plugin="org.dita.xhtml"/>
  16. <feature extension="ant.import" file="build_dita2htmlhelp.xml"/>
  17. <feature extension="dita.conductor.lib.import" file="lib/htmlhelp.jar"/>
  18. <feature extension="dita.xsl.messages" file="resource/messages.xml"/>
  19. <template file="xsl/map2hhc_template.xsl"/>
  20. <template file="xsl/map2hhp_template.xsl"/>
  21. <template file="build_dita2htmlhelp_template.xml"/>
  22. </plugin>