Changeset 1903 for trunk/build.xml
- Timestamp:
- 05/07/2007 07:26:41 PM (20 months ago)
- Files:
-
- 1 modified
-
trunk/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r1902 r1903 187 187 <compact-package output="${build.compact.dir}/db-sqlite.php" strip="${compact-strip-comments}"> 188 188 <filelist dir="framework/Data/Common/Sqlite" 189 files="TSqlite MetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" />189 files="TSqliteCommandBuilder.php,TSqliteMetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" /> 190 190 </compact-package> 191 191 </target> … … 194 194 <compact-package output="${build.compact.dir}/db-mysql.php" strip="${compact-strip-comments}"> 195 195 <filelist dir="framework/Data/Common/Mysql" 196 files="TMysql MetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" />196 files="TMysqlCommandBuilder.php,TMysqlMetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" /> 197 197 </compact-package> 198 198 </target> … … 201 201 <compact-package output="${build.compact.dir}/db-pgsql.php" strip="${compact-strip-comments}"> 202 202 <filelist dir="framework/Data/Common/Pgsql" 203 files="TPgsql MetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" />203 files="TPgsqlCommandBuilder.php,TPgsqlMetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" /> 204 204 </compact-package> 205 205 </target>
