Ignore:
Timestamp:
04/08/10 10:42:50 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2356:2442 /sandbox/workflow/branches/609 em /sandbox/workflow/trunk.

File:
1 edited

Legend:

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

    r2372 r2466  
    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.