<?xml version="1.0" encoding="UTF-8" ?> 
<!--  manifest file describes the contents of a package and the modules contained in the package -->
<package version="2.13.9.10" service="BFTS">
  <!-- the modules section defines the set of classes that can be activated from the package -->
  <modules>
    <module file="bfts.dll" threading="ownSTA">
        <class clsName="BFTSJobFactory"/>
    </module>
  </modules>
    
  <eventListener event="aol.bfts.BFTSJobFactory.SystemStart" moniker="ee://aol/bfts/BFTSJobFactory" method="onNoserEventNotification"/>
  <scheduledEvent event="aol.bfts.BFTSJobFactory.SystemStart" type="relative" relativeToEvent="aol.ocp.startUp" offset="1m"/>
</package>
