<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href=""?>

<plugin>
    <name>oxLogConversion</name>
    <creationDate>2008-07-29</creationDate>
    <author>OpenX</author>
    <authorEmail>plugins@openx.org</authorEmail>
    <authorUrl>http://www.openx.org</authorUrl>
    <license>license.txt</license>
    <description>Conversion tracking component of the standard delivery logging plugin for OpenX</description>
    <version>1.0.9</version>
    <oxversion>2.7.30-beta-rc11</oxversion>
    <extends>deliveryLog</extends>

    <install>
        <files>
            <file path="{MODULEPATH}deliveryLog/oxLogConversion/">logConversion.delivery.php</file>
            <file path="{MODULEPATH}deliveryLog/oxLogConversion/">logConversion.class.php</file>
            <file path="{MODULEPATH}deliveryLog/oxLogConversion/">logConversionVariable.delivery.php</file>
            <file path="{MODULEPATH}deliveryLog/oxLogConversion/">logConversionVariable.class.php</file>
        </files>

        <postscript>postscript_install_oxLogConversion.php</postscript>

        <components>
           <component>
                <name>logConversion</name>
                <hook>logConversion</hook>
           </component>
           <component>
                <name>logConversionVariable</name>
                <hook>logConversionVariable</hook>
           </component>
        </components>

    </install>


</plugin>
