Changeset 1903 for trunk/build.xml

Show
Ignore:
Timestamp:
05/07/2007 07:26:41 PM (20 months ago)
Author:
wei
Message:

minor changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1902 r1903  
    187187    <compact-package output="${build.compact.dir}/db-sqlite.php"  strip="${compact-strip-comments}"> 
    188188      <filelist dir="framework/Data/Common/Sqlite" 
    189         files="TSqliteMetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" /> 
     189        files="TSqliteCommandBuilder.php,TSqliteMetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" /> 
    190190    </compact-package> 
    191191  </target> 
     
    194194    <compact-package output="${build.compact.dir}/db-mysql.php"  strip="${compact-strip-comments}"> 
    195195      <filelist dir="framework/Data/Common/Mysql" 
    196         files="TMysqlMetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" /> 
     196        files="TMysqlCommandBuilder.php,TMysqlMetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" /> 
    197197    </compact-package> 
    198198  </target> 
     
    201201    <compact-package output="${build.compact.dir}/db-pgsql.php" strip="${compact-strip-comments}"> 
    202202      <filelist dir="framework/Data/Common/Pgsql" 
    203         files="TPgsqlMetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" /> 
     203        files="TPgsqlCommandBuilder.php,TPgsqlMetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" /> 
    204204    </compact-package> 
    205205  </target>