Bug 11067: fix some issues with the PNP launch wizard
1) If Sys TRK is detected, and you select to install a package, a Sys TRK launch is created
2) Error message was confusing when Carbide chose to install a package but SIS configuration was not complete.
3) In an internal layout, assume Sys TRK is more likely than App TRK if we cannot tell from the connection.
<?xml version="1.0" encoding="UTF-8"?>+ −
<projectDescription>+ −
<name>com.nokia.carbide.search.system</name>+ −
<comment></comment>+ −
<projects>+ −
</projects>+ −
<buildSpec>+ −
<buildCommand>+ −
<name>org.eclipse.jdt.core.javabuilder</name>+ −
<arguments>+ −
</arguments>+ −
</buildCommand>+ −
<buildCommand>+ −
<name>org.eclipse.pde.ManifestBuilder</name>+ −
<arguments>+ −
</arguments>+ −
</buildCommand>+ −
<buildCommand>+ −
<name>org.eclipse.pde.SchemaBuilder</name>+ −
<arguments>+ −
</arguments>+ −
</buildCommand>+ −
</buildSpec>+ −
<natures>+ −
<nature>org.eclipse.pde.PluginNature</nature>+ −
<nature>org.eclipse.jdt.core.javanature</nature>+ −
</natures>+ −
</projectDescription>+ −