Skip to content

Commit

Permalink
Added menu entry for installing ds models
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Jun 14, 2012
1 parent e8152c4 commit 515f1bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugins/net.bioclipse.ds.ui/plugin.xml
Expand Up @@ -75,5 +75,25 @@
file="toc.xml"
primary="true"/>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="menu:help?after=net.bioclipse.data.openWizard">
<command
commandId="net.bioclipse.ui.install.ShowRepositoryCatalog"
label="Install DS Models..."
style="push">
<parameter
name="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter"
value="http://pele.farmbio.uu.se/bioclipse/dsmodels">
</parameter>
<parameter
name="net.bioclipse.ui.install.commands.RepositoryStrategyParameter"
value="net.bioclipse.ui.install.discovery.DSModelsDiscoveryStrategy">
</parameter>
</command>
</menuContribution>
</extension>

</plugin>

0 comments on commit 515f1bd

Please sign in to comment.