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.
/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
function trace(msg) {
println(msg);
}
function traceRectangle(description, rect) {
trace(description + ":" + rect);
}