Make sure abld commands use proper platform name, dependent on whether or not it's a Symbian Binary Variation.
<?xml version="1.0" encoding="UTF-8"?>
<project name="com.nokia.sdt.uidesigner.help" default="build.index" basedir=".">
<target name="build.index" if="eclipse.running" >
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>