Skip to content

Commit

Permalink
Replace obsolete parameter in plugin file
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 52084f8 commit c77ed75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.metadita.happyhtml/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<plugin id="org.metadita.happyhtml">
<require plugin="org.dita.html5"/>
<transtype name="happyhtml" extends="html5" desc="HappyHTML"/>
<feature extension="dita.conductor.target.relative" file="happybuild.xml"/>
<feature extension="ant.import" file="happybuild.xml"/>
</plugin>
2 changes: 1 addition & 1 deletion org.metadita.html5zip/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="org.metadita.html5zip">
<extension-point id="depend.html5.postprocess.before.zip" name="HTML5 post process before zip"/>
<feature extension="dita.conductor.target.relative" file="conductor.xml"/>
<feature extension="ant.import" file="conductor.xml"/>
<feature extension="dita.conductor.transtype.check" value="html5zip"/>
<template file="build_dita2html5zip_template.xml"/>
<require plugin="org.dita.html5"/>
Expand Down
2 changes: 1 addition & 1 deletion org.metadita.moodyhtml/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</param>
</transtype>
<feature extension="dita.conductor.html5.param" file="params.xml"/>
<feature extension="dita.conductor.target.relative" file="moodybuild.xml"/>
<feature extension="ant.import" file="moodybuild.xml"/>
</plugin>

0 comments on commit c77ed75

Please sign in to comment.