# HG changeset patch
# User timkelly
# Date 1256826809 18000
# Node ID 993ad514bab50b5f98023bbc0a4421c2157a8698
# Parent 7b0ddf4b33fad5904f28bc503e7a1c2f8b171b2d
refactored sdk & bld inf import scriptable classes
diff -r 7b0ddf4b33fa -r 993ad514bab5 core/com.nokia.carbide.cpp.sdk.core/plugin.xml
--- a/core/com.nokia.carbide.cpp.sdk.core/plugin.xml Wed Oct 28 14:47:52 2009 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/plugin.xml Thu Oct 29 09:33:29 2009 -0500
@@ -25,8 +25,8 @@
+ class="com.nokia.carbide.cpp.internal.sdk.core.scripting.SymbianSDKs"
+ name="symbianSDKs">
diff -r 7b0ddf4b33fa -r 993ad514bab5 core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/scripting/SDKScriptManager.java
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/scripting/SDKScriptManager.java Wed Oct 28 14:47:52 2009 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-/*
-* Copyright (c) 2009 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:
-*
-*/
-package com.nokia.carbide.cpp.internal.sdk.core.scripting;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import com.nokia.carbide.cpp.sdk.core.ISDKManager;
-import com.nokia.carbide.cpp.sdk.core.ISymbianSDK;
-import com.nokia.carbide.cpp.sdk.core.SDKCorePlugin;
-
-public class SDKScriptManager {
-
- private static final String KEY_SDK_ID = "KEY_SDK_ID";
- private static final String KEY_SDK_EPOCROOT = "KEY_SDK_EPOCROOT";
- private static final String KEY_SDK_NAME = "KEY_SDK_NAME";
-
- static private ISDKManager getSDKManager(){
- return SDKCorePlugin.getSDKManager();
- }
-
- static public Map, ?>[] getSDKMapList(){
- ArrayList