org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/PreferenceConstants.java
changeset 458 5ff93668b08c
parent 457 f1087591ff71
child 459 c278f0c8917f
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/PreferenceConstants.java	Wed Jul 28 15:43:33 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-/**
- * Copyright (c) 2009 Symbian Foundation 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:
- * Symbian Foundation - initial contribution.
- * Contributors:
- * Description:
- * Overview:
- * Details:
- * Platforms/Drives/Compatibility:
- * Assumptions/Requirement/Pre-requisites:
- * Failures and causes:
- */
-package org.symbian.tools.wrttools.core.deploy;
-
-/**
- * Constant definitions for plug-in preferences
- */
-public class PreferenceConstants {
-
-	///-----------------keys-----------------------//
-	
-	public static final String WRT_DEPLOY_CHOICE = "wrtDeploychoicePreference";	
-	
-	public static final String DEPLOYMENT_SETTINGE_PAGE = "org.symbian.tools.wrttools.core.deploy.DeployPreferencePage";
-	
-	//---------------------values----------------------------//
-	
-	public static final String WRT_DEPLOY_CHOICE_DEVICE = "DEVICE";
-	
-	public static final String WRT_DEPLOY_CHOICE_EMULATOR = "EMULATOR";	
-	
-	
-	
-	public static final String SELECTED_EMULATOR_PATH = "org.symbian.tools.wrttools.emulator";
-	
-	public static final String SELECTED_DEVICE_NAME = "selectedDeviceName";
-	public static final String SELECTED_EMULATOR_NAME = "selectedEmulatorDeviceName";
-	
-	public static final String DEBUG_ENABLED = "debugEnabled";
-
-    public static final String PACKAGE_WITH_ERRORS = "packageWithErrors";
-}