1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.popupMenus">
<!--
<objectContribution
objectClass="org.eclipse.core.resources.IFile"
adaptable="true"
id="org.eclipse.ltk.ui.refactoring.examples.ExampleRefactoringAction">
<action
label="Replace content... (ltk.ui.refactoring.examples)"
tooltip="Replace content... (ltk.ui.refactoring.examples)"
class="org.eclipse.ltk.ui.refactoring.examples.ExampleRefactoringAction"
menubarPath="ExampleRefactoringAction"
enablesFor="1"
id="ExampleRefactoringAction">
</action>
</objectContribution>
-->
</extension>
</plugin>
|