summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorwei <>2007-05-08 00:26:41 +0000
committerwei <>2007-05-08 00:26:41 +0000
commit7ff413dbb8050c90b4d78bd999065d4e4673891a (patch)
tree7bfd803f490702f9a4cf3372e3737a618551879c /build.xml
parenteab6bb13b9efb3e1c6d725368368de4d74b00946 (diff)
minor changes
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 88be065f..d4cccf51 100644
--- a/build.xml
+++ b/build.xml
@@ -185,21 +185,21 @@
<target name="compact-db-sqlite" description="Sqlite Database" depends="compact-db">
<compact-package output="${build.compact.dir}/db-sqlite.php" strip="${compact-strip-comments}">
<filelist dir="framework/Data/Common/Sqlite"
- files="TSqliteMetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" />
+ files="TSqliteCommandBuilder.php,TSqliteMetaData.php,TSqliteTableColumn.php,TSqliteTableInfo.php" />
</compact-package>
</target>
<target name="compact-db-mysql" description="Mysql Database" depends="compact-db">
<compact-package output="${build.compact.dir}/db-mysql.php" strip="${compact-strip-comments}">
<filelist dir="framework/Data/Common/Mysql"
- files="TMysqlMetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" />
+ files="TMysqlCommandBuilder.php,TMysqlMetaData.php,TMysqlTableColumn.php,TMysqlTableInfo.php" />
</compact-package>
</target>
<target name="compact-db-pgsql" description="Pgsql Database" depends="compact-db">
<compact-package output="${build.compact.dir}/db-pgsql.php" strip="${compact-strip-comments}">
<filelist dir="framework/Data/Common/Pgsql"
- files="TPgsqlMetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" />
+ files="TPgsqlCommandBuilder.php,TPgsqlMetaData.php,TPgsqlTableColumn.php,TPgsqlTableInfo.php" />
</compact-package>
</target>