sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/Activator.java
changeset 6 f65f740e69f9
parent 1 1050670c6980
child 15 0367d2db2c06
equal deleted inserted replaced
5:844b047e260d 6:f65f740e69f9
     1 /*
     1 /*
     2  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    35 
    35 
    36 import com.nokia.s60tools.analyzetool.global.Constants;
    36 import com.nokia.s60tools.analyzetool.global.Constants;
    37 import com.nokia.s60tools.analyzetool.ui.IActionListener;
    37 import com.nokia.s60tools.analyzetool.ui.IActionListener;
    38 
    38 
    39 /**
    39 /**
    40  * @author kihe The activator class controls the plug-in life cycle
    40  * The activator class controls the plug-in life cycle
       
    41  * @author kihe 
    41  */
    42  */
    42 public class Activator extends AbstractUIPlugin {
    43 public class Activator extends AbstractUIPlugin {
    43 
    44 
    44     /** The plug-in ID. */
    45     /** The plug-in ID. */
    45 	public static final String PLUGIN_ID = Constants.PLUGINID;
    46 	public static final String PLUGIN_ID = Constants.PLUGINID;