Plug leaks.
[gnumeric.git] / plugins / plan-perfect / plugin.xml.in
blob9ce87ff191f6e55682470256b07f2f8162f6353a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_plan_perfect">
3 <information>
4 <_name>Plan Perfect</_name>
5 <_description>Imports Plan Perfect Formatted Documents</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="plan_perfect"/>
9 </loader>
10 <services>
11 <service type="file_opener" id="pln" priority="1" probe="TRUE">
12 <information>
13 <_description>Plan Perfect Format (PLN) import</_description>
14 </information>
15 <suffixes>
16 <suffix>pln</suffix>
17 </suffixes>
18 <mime-types>
19 <mime-type>application/x-planperfect</mime-type>
20 </mime-types>
21 </service>
22 </services>
23 </plugin>