carbidect/com.nokia.tools.variant.imaker.ct/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.variant.imaker.ct component.
       
    16 -->
       
    17 <?eclipse version="3.2"?>
       
    18 <plugin>
       
    19   <extension
       
    20         point="org.eclipse.ui.actionSets">
       
    21      <actionSet
       
    22            id="com.nokia.tools.variant.imaker.ct.actionSet2"
       
    23            label="iMaker Actions"
       
    24            visible="true">
       
    25         <action
       
    26               class="com.nokia.tools.variant.imaker.ct.internal.CreateImageAction"
       
    27               enablesFor="1"
       
    28               icon="icons/hammer_icon.png"
       
    29               id="com.nokia.tools.variant.imaker.ct.action1"
       
    30               label="Create iMaker Image"
       
    31               style="push"
       
    32               toolbarPath="additions">
       
    33            <enablement>
       
    34               <objectClass
       
    35                     name="org.eclipse.core.resources.IProject">
       
    36               </objectClass>
       
    37            </enablement>
       
    38         </action>
       
    39      </actionSet>
       
    40   </extension>
       
    41 
       
    42 </plugin>