core/com.nokia.carbide.win32.utils/plugin.xml
author fturovic <frank.turovich@nokia.com>
Thu, 02 Apr 2009 15:23:07 -0500
branchRCL_2_0
changeset 25 1f39fea73e7e
parent 2 d760517a8095
child 1564 1c3ed56966df
permissions -rw-r--r--
updated splash for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
  <extension 
cawthron
parents:
diff changeset
     5
		point="org.eclipse.ui.popupMenus">
cawthron
parents:
diff changeset
     6
		<objectContribution
cawthron
parents:
diff changeset
     7
        	adaptable="true"
cawthron
parents:
diff changeset
     8
        	id="com.nokia.carbide.win32.utils.contribution1"
cawthron
parents:
diff changeset
     9
        	nameFilter="*"
cawthron
parents:
diff changeset
    10
        	objectClass="org.eclipse.core.resources.IResource">
cawthron
parents:
diff changeset
    11
     		<action
cawthron
parents:
diff changeset
    12
           		class="com.nokia.carbide.internal.win32.utils.actions.WindowsOpenFileUtils"
cawthron
parents:
diff changeset
    13
           		enablesFor="1"
cawthron
parents:
diff changeset
    14
           		id="openInWindowsExplorer"
cawthron
parents:
diff changeset
    15
           		label="Show in Explorer"/>
cawthron
parents:
diff changeset
    16
     		<action
cawthron
parents:
diff changeset
    17
           		class="com.nokia.carbide.internal.win32.utils.actions.WindowsOpenFileUtils"
cawthron
parents:
diff changeset
    18
           		enablesFor="1"
cawthron
parents:
diff changeset
    19
           		id="openInCmdPrompt"
cawthron
parents:
diff changeset
    20
           		label="Open Command Window"/>
cawthron
parents:
diff changeset
    21
 			</objectContribution>
cawthron
parents:
diff changeset
    22
  </extension>
cawthron
parents:
diff changeset
    23
</plugin>