core/com.nokia.carbide.cpp.codescanner/build_index.xml
author Ed Swartz <ed.swartz@nokia.com>
Tue, 06 Jul 2010 13:43:39 -0500
changeset 1578 07cfb1a5f33f
parent 0 fb279309251b
permissions -rw-r--r--
Do not filter by TRK service in run mode, so you can select all possible connections in the launch configuration dialog

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

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