blob: 1a27ffb09856eb8751b8db4aa96c7fc2adc346d8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ======================================================================
Build Eclipse Help of current plugin.
Start central Ant file "build_dependencies/build-docu.xml".
====================================================================== -->
<project name="Build Eclipse Help of current plugin." default="default">
<description>
Run central ant file to generate Eclipse Help of current plugin.
</description>
<target name="default" description="Run central Ant file.">
<ant antfile="../../build_dependencies/build-docu.xml" target="generate-help"/>
</target>
</project>