carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/build_index.xml
author John Dean <john.3.dean@nokia.com>
Wed, 17 Feb 2010 12:59:46 -0800 (2010-02-17)
changeset 981 77bc8173ce83
parent 0 fb279309251b
permissions -rw-r--r--
Fixes bug 10733. In Registry.getConnectedServices(IConnection), return empty collection instead of null. Use isEmpty() instead of == null for caller conditionals
<?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>