core/com.nokia.carbide.cpp.featureTracker/src/com/nokia/carbide/cpp/internal/featureTracker/FeatureUseTrackerConsts.java
branchC3_BUILDER_WORK
changeset 1954 fc333b249602
parent 1881 fccb2e8f8b9b
parent 1953 5363a66d25da
child 1955 d88e9de3a3db
--- a/core/com.nokia.carbide.cpp.featureTracker/src/com/nokia/carbide/cpp/internal/featureTracker/FeatureUseTrackerConsts.java	Wed Aug 25 12:13:45 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +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.
-*
-*/
-
-package com.nokia.carbide.cpp.internal.featureTracker;
-
-public class FeatureUseTrackerConsts {
-
-	public static final String CARBIDE_APP_TRK = "Carbide_App_TRK";
-	public static final String CARBIDE_UI_DESIGNER = "Carbide_UI_Designer";
-	public static final String CARBIDE_SYS_TRK = "Carbide_Sys_TRK";
-	public static final String CARBIDE_PROFILER = "Carbide_Profiler";
-	public static final String CARBIDE_CODESCANNER = "Carbide_CodeScanner";
-	public static final String CARBIDE_OST_TRACE = "Carbide_OST_Trace";
-	public static final String CARBIDE_IDE = "Carbide_IDE"; // did user launch IDE
-	public static final String CARBIDE_INTERNALONLY = "Carbide_InternalOnly"; // many carbide extensions
-
-}
\ No newline at end of file