Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Wagiaalla2013-02-25 19:18:06 +0000
committerCamilo Bernal2013-02-25 19:36:54 +0000
commit8883b9868569e2ff13560b843014dd1c5511ca5b (patch)
tree7eccf8575ae86dadf8e4913b1177a37975b7707b
parent6ec5084d81712ea5719228d09ec22a1a9f796cd5 (diff)
downloadorg.eclipse.linuxtools-8883b9868569e2ff13560b843014dd1c5511ca5b.tar.gz
org.eclipse.linuxtools-8883b9868569e2ff13560b843014dd1c5511ca5b.tar.xz
org.eclipse.linuxtools-8883b9868569e2ff13560b843014dd1c5511ca5b.zip
Remove New Wizzard override
Now if the user clicks the new icon they should see the New Wizzard in any systemtap perspective. Change-Id: I63f1f59e7f8e8211adacdcdf66f91b35fe6e66ef Reviewed-on: https://git.eclipse.org/r/10631 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.editor/plugin.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/plugin.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/plugin.xml
index 1459122697..284abeef6e 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/plugin.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/plugin.xml
@@ -30,12 +30,6 @@
definitionId="org.eclipse.linuxtools.systemtap.ui.editor.commands.file.OpenFileCommand"
style="push"
state="false"/>
- <action
- label=""
- id="org.eclipse.linuxtools.systemtap.ui.editor.actions.file.NewFileAction"
- class="org.eclipse.linuxtools.systemtap.ui.editor.actions.file.NewFileAction"
- definitionId="org.eclipse.ui.newWizard"
- state="false"/>
</actionSet>
</extension>
</plugin>

Back to the top