Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjphillips2008-10-27 15:38:06 +0000
committerjphillips2008-10-27 15:38:06 +0000
commitf29b2db3a83ae73fadf5496aa07d2b8db493b772 (patch)
tree2a05ba614c4a86b122ce663758b7345367c6d370 /org.eclipse.osee.framework.ui.skynet
parentf02f916091531afb1e09312b54abd2a17c9c7933 (diff)
downloadorg.eclipse.osee-f29b2db3a83ae73fadf5496aa07d2b8db493b772.tar.gz
org.eclipse.osee-f29b2db3a83ae73fadf5496aa07d2b8db493b772.tar.xz
org.eclipse.osee-f29b2db3a83ae73fadf5496aa07d2b8db493b772.zip
Diffstat (limited to 'org.eclipse.osee.framework.ui.skynet')
-rw-r--r--org.eclipse.osee.framework.ui.skynet/plugin.xml57
1 files changed, 0 insertions, 57 deletions
diff --git a/org.eclipse.osee.framework.ui.skynet/plugin.xml b/org.eclipse.osee.framework.ui.skynet/plugin.xml
index 7283aa6049f..00f90dd2e6a 100644
--- a/org.eclipse.osee.framework.ui.skynet/plugin.xml
+++ b/org.eclipse.osee.framework.ui.skynet/plugin.xml
@@ -371,63 +371,6 @@
</command>
</menuContribution>
</extension>
- <extension name="The menus for the ChangeReportView." point="org.eclipse.ui.menus">
- <menuContribution locationURI="popup:org.eclipse.osee.framework.ui.skynet.changeReport.ChangeReportView?after=Top">
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.wordChangesMadeTo.command">
- </command>
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.wordChangesBetweenCurrentAndParent.command">
- </command>
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.wordChangesToParent.command">
- </command>
- <separator name="org.eclipse.osee.framework.ui.skynet.ChangeReportView.wordChangesToParent.separator" visible="true">
- </separator>
- <command
- commandId="org.eclipse.osee.framework.ui.skynet.openInEdit.command"
- label="Open Final Version">
- </command>
- <menu label="Preview">
- <command commandId="org.eclipse.osee.framework.ui.skynet.previewArtifact.command">
- </command>
- <command commandId="org.eclipse.osee.framework.ui.skynet.previewArtifactRecurse.command">
- </command>
- </menu>
- <separator name="org.eclipse.osee.framework.ui.skynet.changeReportView.previewArtifactRecurse.separator" visible="true">
- </separator>
- <command commandId="org.eclipse.osee.framework.ui.skynet.revealArtifactInExplorer.command">
- </command>
- <command
- commandId="org.eclipse.osee.framework.ui.skynet.resource.command">
- </command>
- <separator name="org.eclipse.osee.framework.ui.skynet.changeReportView.revealArtifactInExplorer.separator" visible="true">
- </separator>
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.revertArtifact.command">
- </command>
- <separator name="org.eclipse.osee.framework.ui.skynet.changeReportView.revertArtifact.separator" visible="true">
- </separator>
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.viewWordChangeReport.command">
- </command>
- <command commandId="org.eclipse.osee.framework.ui.skynet.viewerReport">
- </command>
- <separator name="org.eclipse.osee.framework.ui.skynet.viewerReport.separator" visible="true">
- </separator>
- <command commandId="org.eclipse.ui.edit.copy">
- </command>
- <separator name="org.eclipse.ui.edit.copy.seperator" visible="true">
- </separator>
- <command commandId="org.eclipse.osee.framework.ui.skynet.changeReportView.compressWordAttributes.command">
- </command>
- <separator
- name="org.eclipse.ui.edit.delete.seperator"
- visible="true">
- </separator>
- <command
- commandId="org.eclipse.ui.edit.delete">
- </command>
- <command
- commandId="org.eclipse.osee.framework.ui.skynet.purge.command">
- </command>
- </menuContribution>
- </extension>
<extension point="org.eclipse.ui.commandImages">
<image commandId="org.eclipse.osee.framework.ui.skynet.previewArtifactRecurse.command" icon="images/preview_artifact.gif">
</image>

Back to the top