-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
15 lines (11 loc) · 698 Bytes
/
plugin.xml
File metadata and controls
15 lines (11 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="org.dita4publishers.html5.foundation">
<require plugin="org.dita4publishers.html5" />
<template file="build_foundation_html5_template.xml" />
<template file="xsl/map2foundation_template.xsl" />
<feature extension="dita.conductor.transtype.check" value="foundation" type="txt" />
<feature extension="dita.conductor.target.relative" file="build.xml" type="file" />
<feature extension="dita.html5.map" value="parameters.xml" type="file" />
<feature extension="dita.xsl.strings" value="strings/strings.xml" type="file"/>
<feature extension="xsl.transtype-html5" value="xsl/custom-all-html5-transforms.xsl" type="file" />
</plugin>