org.jung.xmltask is an abstract base DITA-OT Plug-in for the DITA-OT that provides the OOPS Consultancy XMLTask library. Xmltask provides the facility for automatically editing XML files as part of an Ant build. The plug-in is designed to be extended.
Install the plugin using the dita
command.
dita --install https://github.com/stefan-jung/org.jung.xmltask/archive/master.zip
To define a dependency in your own custom plugin on this plugin, simply add a <require>
element to your own plugin.xml
<plugin id="com.example.dita">
<require plugin="org.jung.xmltask"/>
</plugin>
Apache 2.0 © 2023 Stefan Jung
The Program includes the following additional software components which were obtained under license:
- xmltask.jar - https://github.com/antlibs/ant-xmltask - Apache 1.1 license