core/com.nokia.carbide.win32.utils/plugin.xml
author timkelly
Tue, 14 Apr 2009 10:18:48 -0500
changeset 91 2010205bb971
parent 2 d760517a8095
child 1564 1c3ed56966df
permissions -rw-r--r--
deprecate public API for new one that uses progress monitor (bug 7351)
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>