carbidect/com.nokia.tools.vct.common.secure.ui/plugin.xml
changeset 0 30eb2d538f02
equal deleted inserted replaced
-1:000000000000 0:30eb2d538f02
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3   Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4   All rights reserved.
       
     5   This component and the accompanying materials are made available
       
     6   under the terms of "Eclipse Public License v1.0"
       
     7   which accompanies this distribution, and is available
       
     8   at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9   
       
    10   Initial Contributors:
       
    11   Nokia Corporation - Initial contribution
       
    12   
       
    13   Contributors:
       
    14   
       
    15   Description: This file is part of com.nokia.tools.vct.common.secure.ui component.
       
    16 -->
       
    17 <?eclipse version="3.4"?>
       
    18 <plugin>
       
    19    <extension
       
    20          point="org.eclipse.ui.editors">
       
    21       <editor
       
    22             class="com.nokia.tools.vct.internal.common.secure.ui.editor.KeyManagerEditor"
       
    23             contributorClass="com.nokia.tools.vct.internal.common.secure.ui.editor.KeyManagerEditorActionBarContributor"
       
    24             default="false"
       
    25             icon="icons/key_editor_icon.png"
       
    26             id="com.nokia.tools.vct.keystore.editor.KeyStoreEditor"
       
    27             name="Key Manager Editor">
       
    28       </editor>
       
    29    </extension>
       
    30    <extension
       
    31          point="org.eclipse.ui.commands">
       
    32       <category
       
    33             description="Commands Related to Key Management, Encryption and Signing"
       
    34             id="com.nokia.tools.vct.common.secure.ui.security"
       
    35             name="Security Commands">
       
    36       </category>
       
    37       <command
       
    38             categoryId="com.nokia.tools.vct.common.secure.ui.security"
       
    39             defaultHandler="com.nokia.tools.vct.internal.common.secure.ui.handlers.OpenKeyManagerHandler"
       
    40             id="com.nokia.tools.vct.common.secure.ui.OpenKeyManager"
       
    41             name="Open Key Manager">
       
    42       </command>
       
    43    </extension>
       
    44    <extension
       
    45          point="org.eclipse.ui.commandImages">
       
    46       <image
       
    47             commandId="com.nokia.tools.vct.common.secure.ui.OpenKeyManager"
       
    48             icon="icons/key_editor_icon.png">
       
    49       </image>
       
    50    </extension>
       
    51 </plugin>