Skip to content

Commit

Permalink
Fix webhelp plugin detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Eike, Stefan committed Feb 22, 2018
1 parent 0f98db7 commit 02b90f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build_dita2termbrowser_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<target name="-is-oxygen-webhelp-available">
<fail message="The plugin com.oxygen.webhelp is not available">
<condition>
<not>
<or>
<isset property="dita.plugin.com.oxygenxml.dita-ot.plugin.webhelp.dir"/>
<isset property="dita.plugin.com.oxygenxml.webhelp.responsive.dir"/>
<isset property="dita.plugin.com.oxygenxml.webhelp.classic.dir"/>
</or>
</not>
<or>
<not>
<isset property="dita.plugin.com.oxygenxml.webhelp.responsive.dir"/>
</not>
<not>
<isset property="dita.plugin.com.oxygenxml.webhelp.classic.dir"/>
</not>
</or>
</condition>
</fail>
</target>
Expand Down

0 comments on commit 02b90f6

Please sign in to comment.