Compilation: clean up dialog including.
[gnumeric.git] / component / plugin.xml.in
blob2e26c57439acd65e0decd9f563283c513e73d0e0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="GOffice_gnumeric">
3 <information>
4 <_name>Component : Gnumeric</_name>
5 <_description>Spreadsheets</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="gnumeric"/>
9 </loader>
10 <services>
11 <service type="component_engine" id="GOGnmComponent">
12 <information>
13 <_description>Spreadsheets component engine</_description>
14 </information>
15 </service>
16 <service type="component_type" id="GOGnmComponent">
17 <mime_type name="application/x-gnumeric" priority="native"/>
18 <information>
19 <_description>Spreadsheets</_description>
20 </information>
21 </service>
22 </services>
23 </plugin>