plugin.xml 650 B

1234567891011121314
  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.troff">
  7. <extension-point id="dita.xsl.troff-ast" name="Troff AST XSLT import"/>
  8. <extension-point id="dita.xsl.troff" name="Troff XSLT import"/>
  9. <feature extension="dita.conductor.transtype.check" value="troff"/>
  10. <feature extension="dita.conductor.target.relative" file="conductor.xml"/>
  11. <template file="xsl/dita2troff-ast-shell_template.xsl"/>
  12. <template file="xsl/dita2troff-step2-shell_template.xsl"/>
  13. <require plugin="org.dita.base" />
  14. </plugin>