| <?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> |