org.pageseeder.docx.ant.antlib.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pso-docx-ant Show documentation
Show all versions of pso-docx-ant Show documentation
ANT tasks and definition for DOCX API
<?xml version="1.0" encoding="UTF-8"?> <!-- Task definitions for this library. --> <antlib> <taskdef name="import-docx" classname="org.pageseeder.docx.ant.ImportTask"/> <taskdef name="export-docx" classname="org.pageseeder.docx.ant.ExportTask"/> </antlib>