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>+ −