carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/build_index.xml
author Chad Peckham <chad.peckham@nokia.com>
Tue, 15 Jun 2010 16:19:30 -0500
changeset 1473 6c45b7c9cdac
parent 0 fb279309251b
permissions -rw-r--r--
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.

<?xml version="1.0" encoding="UTF-8"?>
<project name="com.nokia.carbide.cpp.sdk.doc.user" default="build.index" basedir=".">

	<target name="build.index" if="eclipse.running" >
		<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
	</target>
	
</project>