Statistiques
| Révision :

root / tmp / org.txm.svn.rcp / plugin.xml @ 549

Historique | Voir | Annoter | Télécharger (658 octet)

1 484 mdecorde
<?xml version="1.0" encoding="UTF-8"?>
2 484 mdecorde
<?eclipse version="3.4"?>
3 484 mdecorde
<plugin>
4 484 mdecorde
   <extension
5 484 mdecorde
         point="org.eclipse.ui.menus">
6 484 mdecorde
      <menuContribution
7 484 mdecorde
            locationURI="menu:menu.help.plugins">
8 484 mdecorde
         <command
9 484 mdecorde
               commandId="org.txm.rcpapplication.commands.OpenBrowser"
10 484 mdecorde
               label="%command.label"
11 484 mdecorde
               style="push">
12 484 mdecorde
            <parameter
13 484 mdecorde
                  name="org.txm.rcpapplication.commands.commandParameter2"
14 484 mdecorde
                  value="https://groupes.renater.fr/wiki/txm-users/public/extensions#environnement_svn">
15 484 mdecorde
            </parameter>
16 484 mdecorde
         </command>
17 484 mdecorde
      </menuContribution>
18 484 mdecorde
   </extension>
19 484 mdecorde
20 484 mdecorde
</plugin>