-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
26 lines (20 loc) · 1.1 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<plugin id="org.d4p.graphviz">
<extension id="xsl.transtype-graphviz"/>
<require plugin="org.dita4publishers.common.mapdriven"/>
<require plugin="org.dita-community.common.xslt"/>
<feature extension="package.support.name" value="Eliot Kimber"/>
<feature extension="package.support.email" value="[email protected]"/>
<template file="build_transtype-graphviz_template.xml"/>
<template file="xsl/map2graphviz_template.xsl"/>
<feature extension="dita.conductor.transtype.check" value="graphviz" type="txt"/>
<feature extension="dita.conductor.target.relative" value="build.xml" type="file"/>
<!-- New way of specifying metadata with parameters contributed by the transtype:
https://github.com/dita-ot/dita-ot/issues/1757
-->
<transtype name="graphviz" extends="d4pCommons" desc="Graphical Map Visualizer (DITA 4 Publishers) - experimental">
<param name="graphviz.dot.executable"
desc="File path to the Graphviz dot executable.
e.g. "C:\\Program Files (x86)\\Graphviz2.32\\bin\\dot.exe"."
type="file"/>
</transtype>
</plugin>