Skip to content

Commit

Permalink
Update morse sample for DITA-OT 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Robert D Anderson <[email protected]>
  • Loading branch information
Robert D Anderson committed Oct 5, 2018
1 parent 91f6947 commit 52084f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions org.metadita.morse/morsebuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
<target name="morse.render">
<pipeline message="Convert DITA topic to Morse text files" taskname="xslt">
<xslt basedir="${dita.temp.dir}"
extension="${out.ext}"
destdir="${output.dir}"
reloadstylesheet="${dita.morse.reloadstylesheet}"
classpathref="dost.class.path"
extension="${morse.out.ext}"
style="${dita.plugin.org.metadita.morse.dir}/xsl/morse.xsl"
filenameparameter="FILENAME"
filedirparameter="FILEDIR">
<ditaFileset format="dita" processingRole="normal"/>
<mapper classname="org.dita.dost.util.JobMapper" to="${out.ext}"/>
<xmlcatalog refid="dita.catalog"/>
</xslt>
</pipeline>
Expand Down
2 changes: 1 addition & 1 deletion org.metadita.morse/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="org.metadita.morse">
<transtype name="morse" desc="-- --- .-. ... . / -.-. --- -.. ."/>
<feature extension="dita.conductor.target.relative" file="morsebuild.xml"/>
<feature extension="ant.import" file="morsebuild.xml"/>
</plugin>

0 comments on commit 52084f8

Please sign in to comment.