Ignore:
Timestamp:
04/14/10 16:08:15 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Merged 2377:2466 /sandbox/workflow/trunk/ em /sandbox/workflow/branches/993

File:
1 edited

Legend:

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

    r2372 r2533  
    134134                $this->registerFileInfo('NanoSanitizer', 'NanoSanitizer.class.php', 'inc/nano'); 
    135135 
     136                /* natural classes */ 
     137                $this->registerFileInfo('PosString', 'pos_string.php', 'inc/natural'); 
     138                $this->registerFileInfo('NatType', 'nat_types.php', 'inc/natural'); 
     139                $this->registerFileInfo('NaturalResultSet', 'class.natural_resultset.php', 'inc/natural'); 
     140 
    136141                /* registering egw external classes */ 
    137142                $this->registerFileInfo('db', 'class.db.inc.php', '', EGW_INC_ROOT); 
Note: See TracChangeset for help on using the changeset viewer.