You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice-0.0.4/plugins/reg_linear/plugin.xml.in

24 lines
692 B

<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_reg_linear">
<information>
<_name>Regression curve : linear</_name>
<_description>Linear regression curves</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="linreg"/>
</loader>
<services>
<service type="regcurve_engine" id="GogLinRegCurve">
<information>
<_description>Linear regression curve engine</_description>
</information>
</service>
<service type="regcurve_type" id="linreg">
<file>reg-types.xml</file>
<information>
<_description>Linear regression curves types</_description>
</information>
</service>
</services>
</plugin>