Changeset 2268 for sandbox/workflow


Ignore:
Timestamp:
03/16/10 16:00:19 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Registrando mais classes na factory do módulo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/lib/factory/WorkflowFactory.php

    r2264 r2268  
    5656                $this->registerFileInfo('CachedLDAP', 'class.CachedLDAP.inc.php', 'inc'); 
    5757                $this->registerFileInfo('BrowserInfo', 'class.BrowserInfo.inc.php', 'inc'); 
     58                $this->registerFileInfo('JobScheduler', 'class.JobScheduler.inc.php', 'inc'); 
     59                $this->registerFileInfo('UserPictureProvider', 'class.UserPictureProvider.inc.php', 'inc'); 
    5860 
     61                $this->registerFileInfo('run_activity', 'class.run_activity.inc.php', 'inc'); 
    5962                $this->registerFileInfo('process_smarty', 'class.process_smarty.inc.php', 'inc'); 
    6063                $this->registerFileInfo('workflow_smarty', 'class.workflow_smarty.inc.php', 'inc'); 
     
    6871 
    6972                $this->registerFileInfo('bo_participants', 'class.bo_participants.inc.php', 'inc'); 
     73                $this->registerFileInfo('bo_agent_mail_smtp', 'class.bo_agent_mail_smtp.inc.php', 'inc'); 
     74                $this->registerFileInfo('bo_editor', 'class.bo_editor.inc.php', 'inc'); 
     75 
    7076                $this->registerFileInfo('so_agent_mail_smtp', 'class.so_agent_mail_smtp.inc.php', 'inc'); 
    7177 
Note: See TracChangeset for help on using the changeset viewer.