plugin.xml 656 B

12345678910111213
  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.javahelp">
  7. <transtype name="javahelp" extends="base-html" desc="JavaHelp">
  8. <param name="args.javahelp.map" desc="Specifies the name of the ditamap file for a JavaHelp project." type="file"/>
  9. <param name="args.javahelp.toc" desc="Specifies the name of the file containing the TOC in your JavaHelp output." type="file"/>
  10. </transtype>
  11. <require plugin="org.dita.xhtml"/>
  12. <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
  13. </plugin>