| <project name="Build specific targets and properties" default="noDefault"> | |
| <target name="noDefault"> | |
| <echo message="This file must be called with explicit targets" /> | |
| </target> | |
| <target name="post.build.jars"> | |
| <antcall target="build.index"/> | |
| </target> | |
| <target name="build.index" description="Builds search index for the plug-in: org.eclipse.ldt.doc.user." if="eclipse.running"> | |
| <help.buildHelpIndex manifest="plugin.xml" destination="."/> | |
| </target> | |
| </project> |