Statistiques
| Révision :

root / TXM / trunk / org.txm.ruby.rcp / plugin.xml @ 3613

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>
4
   <extension
5
         point="org.eclipse.ui.preferencePages">
6
      <page
7
            category="org.txm.rcp.preferences.ScriptPreferencePage"
8
            class="org.txm.ruby.rcp.RubyPreferencesPage"
9
            id="org.txm.ruby.rcp.RubyPreferencesPage"
10
            name="Ruby">
11
      </page>
12
   </extension>
13

    
14
</plugin>