blob: d5a751c7afa0eff1de7780b6b31f2ccaa18e320b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.osee.framework.ui.branch.graph.core.BranchGraphEditor"
contributorClass="org.eclipse.osee.framework.ui.branch.graph.core.BranchGraphActionBarContributor"
default="true"
icon="OSEE-INF/images/graph.gif"
id="org.eclipse.osee.framework.ui.branch.graph.BranchGraphEditor"
name="Branch Graph">
</editor>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.osee.framework.ui.branch.graph.OpenBranchGraph"
description="Open the Branch Graph"
id="org.eclipse.osee.framework.ui.branch.graph.command.open.branch.graph"
name="Open Branch Graph">
</command>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.osee.framework.ui.skynet.widgets.xBranch.BranchView">
<command
commandId="org.eclipse.osee.framework.ui.branch.graph.command.open.branch.graph"
icon="OSEE-INF/images/graph.gif"
label="Open Branch Graph"
style="push">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.osee.framework.ui.skynet.widgets.xBranch.BranchView">
<command
commandId="org.eclipse.osee.framework.ui.branch.graph.command.open.branch.graph"
icon="OSEE-INF/images/graph.gif"
label="Open Branch Graph"
style="push">
</command>
</menuContribution>
<menuContribution
locationURI="menu:org.eclipse.osee.framework.ui.skynet.widgets.xBranch.BranchSearchView">
<command
commandId="org.eclipse.osee.framework.ui.branch.graph.command.open.branch.graph"
icon="OSEE-INF/images/graph.gif"
label="Open Branch Graph"
style="push">
</command>
</menuContribution>
<menuContribution
locationURI="popup:org.eclipse.osee.framework.ui.skynet.widgets.xBranch.BranchSearchView">
<command
commandId="org.eclipse.osee.framework.ui.branch.graph.command.open.branch.graph"
icon="OSEE-INF/images/graph.gif"
label="Open Branch Graph"
style="push">
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.help.toc">
<toc
file="OSEE-INF/help/toc.xml"
primary="false">
</toc>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="OSEE-INF/help/contexts.xml">
</contexts>
</extension>
</plugin>