core/com.nokia.carbide.win32.utils/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 1564 1c3ed56966df
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
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>