When things are remapped by the Symbian Source File Remapping only capture the directory the file was discovered in, not the entire drive.
<?xml version="1.0" encoding="UTF-8"?>
<project name="com.nokia.carbide.cpp.uiq.help" default="build.index" basedir=".">
<target name="build.index" if="eclipse.running" >
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>