Statistiques
| Révision :

root / TXM / trunk / org.txm.python.rcp / plugin.xml @ 3432

Historique | Voir | Annoter | Télécharger (404 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.python.rcp.PythonPreferencesPage"
9
            id="org.txm.python.rcp.PythonPreferencesPage"
10
            name="Python">
11
      </page>
12
   </extension>
13

    
14
</plugin>