root / tmp / org.txm.svn.rcp / plugin.xml @ 3100
Historique | Voir | Annoter | Télécharger (638 octet)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.ui.menus"> |
6 |
<menuContribution
|
7 |
locationURI="menu:menu.help.plugins"> |
8 |
<command
|
9 |
commandId="org.txm.rcp.commands.OpenBrowser" |
10 |
label="%command.label" |
11 |
style="push"> |
12 |
<parameter
|
13 |
name="org.txm.rcp.commands.commandParameter2" |
14 |
value="https://groupes.renater.fr/wiki/txm-users/public/extensions#environnement_svn"> |
15 |
</parameter>
|
16 |
</command>
|
17 |
</menuContribution>
|
18 |
</extension>
|
19 |
|
20 |
</plugin>
|