Changeset 1689 for trunk/buildscripts

Show
Ignore:
Timestamp:
02/12/2007 06:46:11 AM (22 months ago)
Author:
wei
Message:

Add IBM DB2 driver for active record.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/classtree/build.php

    r1620 r1689  
    1919        '/Configuration', 
    2020        '/Web/Services/TFeedService.php', 
    21         '/Web/Services/IFeedContentProvider.php' 
     21        '/Web/Services/IFeedContentProvider.php', 
     22        '/Data/ActiveRecord/Vendor', 
     23        '/Data/ActiveRecord/Scaffold/InputBuilder', 
     24        '/Data/SqlMap/Configuration', 
     25        '/Data/SqlMap/DataMapper', 
     26        '/Data/SqlMap/Statements' 
    2227        ); 
    2328$a=new ClassTreeBuilder($frameworkPath,$exclusions);